Project

General

Profile

Wconsd » History » Version 5

Hamish, 2008-06-29 16:44

1 1 Hamish
h1. Wconsd
2
3 2 Hamish
wconsd is a small application that will turn any windows PC into a simple serial port server.  You can just telnet to the workstation and use the serial ports remotely.  You can download wconsd by going to the *Files* tab above and downloading the most recent version.
4 1 Hamish
5 2 Hamish
To start using wconsd, just run the executable.  For long term usage, there is also a Windows Service mode that will automatically start wconsd when the windows system starts up.
6 1 Hamish
7 2 Hamish
* [[Screenshots]]
8
* [[Features]]
9 3 Hamish
* [[Menu Commands]] and their descriptions
10 5 Hamish
* [[Build Environment]]
11 2 Hamish
12
h2. Quick Start Instructions
13
14 1 Hamish
# launch wconsd
15 2 Hamish
  Simply double-click on the executable.  This will launch the wconsd server in a terminal window.  wconsd can optionally be started with command-line options to modify its operation.
16 1 Hamish
# Determine the server IP address and Port
17
  When starting up, wconsd will print out the hostname, IP address and port number that it is listening on
18
# Connect to the server from a remote computer
19 2 Hamish
  just use telnet to connect to the correct hostname.  As soon as you connect, a quick help menu will be shown.
20 1 Hamish
# Connect through to the serial port
21
  Use the command "open" to connect to the serial port
22 2 Hamish
  By default, the serial port will be COM1: but that can be changed using the "port" command.
23
# Finish up
24
  To stop using the serial port, just quit your telnet session.