Serial Port communications - Testing Functionality



Sending:

dd if=/dev/urandom of=/dev/ttyS0 echo Hello >/dev/ttyS0 cat file >/dev/ttyS0


Receiving:

od /dev/ttyS0
od /dev/ttyS0 -c
od /dev/ttyS0 -t o1
1