المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : capture data from modem



C# Programming
08-25-2009, 09:43 PM
Hi,

I'm trying to capture incoming data from my modem.
I tried using SerialPort but all I get are the modem commands (RING, ATA, CONNECT, etc.) and not the actual data.

How can I get the actual data?

Thank you.