Although I suppose just a Linux login prompt would still grab the simh console/screen session anyway. So maybe I'll just re-enable getty on the the serial port. Maybe a little less realistic, but good enough for me.


--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/79c5d4ff-276c-4e10-a9c8-2fe68625862an%40googlegroups.com.
Since the Pi console (P3) is "/dev/ttyS0", you can actually use it (provided the getty service has been stopped in Linux):attach dz line=0,connect=/dev/ttyS0
... from a shell command prompt type:
ls -l /dev/tty[AU]*
On a RPi5 it should return something like:
crw-rw---- 1 root dialout 204, 64 Oct 26 17:21 /dev/ttyAMA0
crw-rw---- 1 root dialout 204, 74 Oct 26 17:21 /dev/ttyAMA10
crw-rw---- 1 root dialout 188, 0 Oct 26 17:21 /dev/ttyUSB0
Older RPi’s will likely be:
crw--w---- 1 root tty 204, 64 Oct 5 11:20 /dev/ttyAMA0
crw-rw---- 1 root dialout 188, 0 Oct 5 11:20 /dev/ttyUSB0
/dev/ttyAMA0 is the UART on the RPi 40 pin connector. The RPi5 has a GPIO-based second
UART on its AMA chip — look at the RPi5 docs for details on the other.
Hmm. This has not been my experience. I just tried it on both my PiDP-11 (RPi3) and on my PiDP-10 (RPi5) [PiDP-8 (RPi2) is currently offline].