I have an Linksys WRT54GL with a hacked serial port. I can use it normally via
echo "Test" > /dev/tts/1
and my Windows/Serial/Putty combo gets the data just fine.
I used RS232 Analyser on a Windows machine to check my Pelco device and it works fine.
After some reading and installing I changed the serialport settings via stty to 2400 and checked it with putty.
Still fine with putty, but sending something like
echo "255,1,0,4,32,0,37," > /dev/tts/1
doesn't work. The Pelco device doesn't move.
Any suggestions?