1
ubuntu View serial port situation:
1> dmesg View installation-driven information
2 > $ls-L/dev/ttyusb* can see output:/dev/ttyusb0
If the normal device would be:/dev/ttys*
2
Install minicom:
sudoapt-get Install minicom ( try several times according to network situation)
Configuration:
Sudominicom-s
Interface Selection : SerialPort setup Press Enter;
Enter a/a to change /dev/tty8 to /dev/ttyusb0
Then enter E to configure the baud rate, by default:1152008n1
Re-enter F to configure Hardware flow control select NO
Re-configuration software flow control is also NO
Finally, Savesetup as DFL and Exit
sudominicom Start
Ctrl + a combination again +z
Note: With USB to serial port , COM1 corresponds to ttyUSB0
COM2 corresponds to USB1;
Serial COM1 corresponding to ttyusb0,com2 corresponding ttyUSB1
Reference:
http://www.oschina.net/question/565065_115186
Linux--imax--kiserial Port