View Single Post
Old 22nd Jul 2019, 6:47 pm   #183
john_newcombe
Hexode
 
Join Date: Apr 2019
Location: Skipton, North Yorkshire, UK.
Posts: 252
Default Re: Gemini 80-Bus System

sudo stty -F /dev/ttyS0 -a returns the following...

Code:
[john@mopsie xbeaver]$ sudo stty -F /dev/ttyS0 -a
speed 9600 baud; rows 24; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;     eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S;
susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 hupcl -cstopb cread clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
-isig -icanon -iexten -echo -echoe -echok -echonl -noflsh -xcase -tostop -echoprt -echoctl -echoke -flusho -extproc
I run the server on the linux machine e.g.

Code:
[john@mopsie xbeaver]$ ./xbeaver fileserver.cfg

Trace tty     : Baudrate requested 9600 set 0
Trace tty     : Modem control RTS:1 DTR:1
bvrnet file server running - use t-net on the clients to connect
I have run T-NET N on the Gemini and followed that with DIR N: e.g...

Code:
A:> T-NET N
A:> DIR N:
    
T-NET V2.2
Network Error
Nothing is shown on the server console. However, when I issue the command

Code:
A:> DIR A: (note A: not N:)
I see the following on the Linux Console

Code:
    Trace tty < 00: 00 00
    Trace tty > 00: 00
    Trace tty < 00: 00 00
    Trace tty > 00: 00
    Trace tty < 00: 00 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00 00 00 00 00 00 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
    Trace tty < 00: 00 00 00 00 00 00 00 00
    Trace tty > 00: 00
    Trace tty < 00: 00 00 00 00
    Trace tty > 00: 00
    Trace tty < 00: 00
    Trace tty > 00: 00
john_newcombe is offline