Hi, If you have trouble with serial port software in connection with modem, then I strongly suggest you split the problem in two parts: - test you cable and modem using an existing app, such as HyperTerminal; this will also help you in learning modem commands (use on info from Google) - develop your serial port code without a modem, use a second PC (maybe again with HyperTerminal; and with a null modem, or null modem cable) or something else Only once you got both parts sufficiently solved, try to combine your app with the modem. BTW: I advise you to log all serial data (both in and out) in a file using both hex and ASCII while debugging (and to leave the code in, but switch it off, once you think it works adequately). :)
Luc Pattyn
try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }