I am trying to connect a USB serial port as a device at address 41
in the simulated PDP-8.
When I try
attach ttox0 /dev/usbTTY0 or any other /dev/tty
device SIMH says "unit is unattachable".
I also tried attach
ttox line=0, connect=/dev/ttyUSB0 and
that also produced the unit is unattachable message.
show serial outputs the following:
ser0 /dev/ttyUSB0
If I try
attach ttox line=0,Connect=ser0 that give the
same message.
Once I get it attached how do I set the baud rate and format
(110-8P2 for the teletype)
My goal is to use my ASR33 to punch binary tapes and text tapes as
an output only device and not on the console.
As an additional comment the show and help TTOX commands are not all
supported like they are for TTOX.
sim> show ttix
lines
lines=4
sim> show ttox lines
%SIM-ERROR: TTOX device: Non-existent parameter: LINES
sim> show ttix summary
0 current connections
sim> show ttox summary
%SIM-ERROR: TTOX device: Non-existent parameter: SUMMARY
sim> show ttix connections
all disconnected
sim> show ttox connections
%SIM-ERROR: TTOX device: Non-existent parameter: CONNECTIONS
Thank you David Gesswein for getting me this far.
Some information also came from:
https://simh.trailing-edge.narkive.com/BoFAHe8v/real-serial-ports
Thank you,
Mike