Hi, I hope someone can help with a problem i am having with a serial
communications program that i am writing.
The problem is this:
After initializing the modem and sending the dial string, the program
displays the same since they are echoed back from the modem. After
the CONNECT 57600 (or whichever) message is displayed, print
operations to stdout are no longer displayed.
I know that the modem is receiving data because the print statements
work in gdb. I also know that data can be transmitted as verified with
gdb. Also, this only happens when i connect to non-*nix systems
ie. DATAPAC.
Any thoughts or suggestions would be greatly appreciated.