I installed the most recent Raspbian Jessie Lite and am trying to use a serial console with a USB Serial port adapter. I'm not getting a login prompt on the other end. I can use the echo command see see it on the other end.
I do echo testest > /dev/ttyUSB0 and I see testest on the other end.
I do ls -l /dev/ttyUSB0 and I see dialout listed.
I do id and see dialout listed.
I know the default baud rate is 9600 and have it set on the other end, obviously working since I can echo.
I've used serial consoles with Linux in the past and never had this much of a headache. Trying to find help with Google is infuriating as every result talks about inittab which apparently no longer exists.
The connection is there, but no prompt! What gives?
Once this is running, how would I permanently change baud rate?
Thanks in advance.