Just now that i had someone reproduce some things with a real modem... i noticed i have been using an invalid "modem init" with tcpser all the time:
tcpser -r -p 6400 -S 300 -v 25232 -l 4 -tmM -i"s5=20 s0=1"
That init string does not work, a real modem would just produce an error on ats5=20 s0=1 s39=1 - if i recall correctly the register assignments (or any other commands) must be concatenated using &, not separated by spaces. I'd expect tcpser to require this as well - ie the above string should produce an error, somehow, instead of silently work.
Just now that i had someone reproduce some things with a real modem... i noticed i have been using an invalid "modem init" with tcpser all the time:
tcpser -r -p 6400 -S 300 -v 25232 -l 4 -tmM -i"s5=20 s0=1"That init string does not work, a real modem would just produce an error on
ats5=20 s0=1 s39=1- if i recall correctly the register assignments (or any other commands) must be concatenated using&, not separated by spaces. I'd expect tcpser to require this as well - ie the above string should produce an error, somehow, instead of silently work.