I’ve been searching high and low. ZTerm is extinct, screen kinda sucks with scrolling. So what do I have left?
I attempted to write a script in Python to turn the serial port into a local socket so I could use Telnet but I couldn’t seem to get past opening the serial port.
After some searching, I found MultiCom. It does exactly what I wanted – turns my serial port into a local socket. Works prefect!
Anyway, if you have time, help me with this script. It’s fairly simple and still incomplete, but I can’t get past fixing what blocks the open() calls to /dev/tty.PL2303-0000101D.
Update: I managed to figure out why my script didn’t work; I should have used /dev/cu.* instead of /dev/tty.*. I also found that MultiCom doesn’t work with Cisco devices due to an odd Cisco behavior. Read this blog entry for more info.


