Project

General

Profile

Screenshots » History » Version 4

Hamish, 2018-07-28 21:08

1 4 Hamish
# Screenshots
2 1 Hamish
3 4 Hamish
## Server Startup messages
4 1 Hamish
5
When starting wconsd from a cmd window, you should see something like the following
6
7
<pre style="background-color:black; color:white">
8
C:\>wconsd.exe
9
10
wconsd: Serial Console server (version 0.2.4)
11
        (see http://wob.zot.org/2/wiki/wconsd for more info)
12
13
wconsd: Foreground mode
14
wconsd: Hostname is w000c2989d2df
15
wconsd: IP Address is 192.168.1.2
16
wconsd: listening on port 23
17
</pre>
18
19 4 Hamish
## Menu
20 1 Hamish
21
When you first connect to the server, a menu is shown
22
23
<pre style="background-color:black; color:green">
24
25 3 Hamish
wconsd serial port server (version 0.2.6)
26 1 Hamish
27
NOTE: the commands will be changing in the next version
28
29
available commands:
30
31 3 Hamish
binary          - toggle the binary comms mode
32 1 Hamish
close           - Stop serial communications
33
copyright       - Print the copyright notice
34
data            - Set number of data bits
35
help            - This guff
36
kill_conn       - Stop a given connection's serial communications
37 3 Hamish
keepalive       - toggle the generation of keepalive packets
38 1 Hamish
open            - Connect or resume communications with a serial port
39
parity          - Set the serial parity
40
port            - Set serial port number
41
quit            - exit from this session
42
show_conn_table - Show the connections table
43
speed           - Set serial port speed
44
status          - Show current serial port status
45
stop            - Set number of stop bits
46
47
w000c2989d2df>
48
</pre>
49 2 Hamish
50 4 Hamish
## Connecting to a serial device
51 2 Hamish
52
<pre style="background-color:black; color:green">
53
w000c2989d2df> open
54
Opening default port
55
56
57
58
Router>
59
Router>
60
Router>
61
</pre>