How can I login to Ubuntu using a USB serial port?
- by marc
How can enable remote terminal login into Ubuntu 9.10 using a USB serial port?
I created device /dev/ttyUSB0 and i want to allow logins using Hyper-Terminal.
I found some resources but they are related to real hardware rs232 ports. I can't find any information about USB converter.
So far I have established connection between that USB-serial port and my laptop. I can send text to the port (cp sometext.txt /dev/ttyUSB0) and read it using hyperterminal.
What do I need to do to enable logins on this port?