wiki:UsefulTools

Useful tools

Checking library dependencies

Windows

Linux

Debugging COM port connection

Windows

Linux

Writing to a COM port using terminal (supposing that we use port ttyS0/COM1):

cat /dev/ttyS0

Reading from a COM port using terminal (supposing that we use port ttyS0/COM1):

echo "message" > /dev/ttyS0

Note: on Linux, ttyS0 corresponds to COM1, ttyS1 to COM2, etc. (0-based counting).

Last modified 10 years ago Last modified on 02/28/14 16:05:47

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.