Serial Port

From Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • get port settings
stty -F /dev/ttyUSB0
  • set port
stty -F /dev/ttyUSB0 speed 115200
  • read with cat
stty -F /dev/ttyUSB0 speed 115200 raw
cat /dev/ttyUSB0