Okay, so I'm trying to see if there's some sort of way that I can use picocom to emulate a terminal over Ethernet. I'm buying a Lear Siegler ADM-5 terminal and bought two adapters - a USB to DB25 and an RJ45 (ethernet) to DB25 cable. I don't think the ethernet one will really work correctly, but I'd still like to experiment with putty until I can get the actual terminal. (Please no comments that say just use the USB adapter. I plan on it, but it's irrelevant to my actual question)
The general syntax of picocom goes like this:
picocom -b (baud rate) /dev/(device name)
In some Linux distributions, each ethernet device is listed in the /dev directory as eth0, eth1, etc. However, this does not appear to be the case with Mac OS X.
On my iMac, the ethernet port is listed as en0 when I run the "networksetup -listallhardwareports" command. However, there is no "/dev/en0", and I'm wondering if there is some way to create it or if there's some equivalent to it that I could use with picocom.
Thanks!
Jesse (jebug29)
The general syntax of picocom goes like this:
picocom -b (baud rate) /dev/(device name)
In some Linux distributions, each ethernet device is listed in the /dev directory as eth0, eth1, etc. However, this does not appear to be the case with Mac OS X.
On my iMac, the ethernet port is listed as en0 when I run the "networksetup -listallhardwareports" command. However, there is no "/dev/en0", and I'm wondering if there is some way to create it or if there's some equivalent to it that I could use with picocom.
Thanks!
Jesse (jebug29)