View Single Post
Old 22nd Jul 2019, 10:18 pm   #185
JohnBHanson
Heptode
 
Join Date: Aug 2009
Location: Worthing, Sussex, UK.
Posts: 662
Default Re: Gemini 80-Bus System

If you have two serial ports on the Linux box try running an emulator with the serial port mapped to another serial port eg change the line in gemini2.cfg to

if V board 0xb8 serial_8250 trace tty tty /dev/ttyS1
which will create an 8250 emulated uart based at port address 0xb8 to ttyS1.

Connect a null modem cable between ttyS0 and ttyS1


then start your t-net server on Linux

and in another terminal window start the Gemini emulation with

xbeaver gemini2.cfg -o V


And then see if T-NET works with that.

If that works (it does on mine) then try using the disk image in the previous post on your Gemini system.

Please try all this with the disk image in tnet_eumulator.zip in post 182
Let me know the results.

Last edited by JohnBHanson; 22nd Jul 2019 at 10:27 pm.
JohnBHanson is offline