RS232: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
ttylog -d /dev/ttyUSB0 -b 115200 | ttylog -d /dev/ttyUSB0 -b 115200 | ||
or minicom | or minicom: | ||
minicom -D /dev/ttyUSB0 -b 115200 | |||
if the device is not found, you can try: | |||
sudo chown user /dev/ttyUSB0 | |||
Latest revision as of 17:12, 23 June 2012
with an USB/serial adapter (/dev/ttyUSB0)
cu:
cu -s 115200 -l /dev/ttyUSB0
ttylog:
ttylog -d /dev/ttyUSB0 -b 115200
or minicom:
minicom -D /dev/ttyUSB0 -b 115200
if the device is not found, you can try:
sudo chown user /dev/ttyUSB0