I have a scope attached to RX and TX lines of the serial port. If I do:
cat /dev/ttyS0
I get a steady stream of 'C' characters so the remote side is up and sending. If I do:
cat {filename} > /dev/ttyS0
I get a burst on TX line w/o any protocol. If I do the following:
/usr/bin/sx -vv -k -X -b -c send {filename}
TX line remains inactive. File is binary and expecting xmodem 1K protocol. What am I doing wrong?