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

مشاهدة النسخة كاملة : Fax Protocol , how to test



C# Programming
08-24-2009, 10:30 AM
Hello,

I have a project from the university to implement the fax protocol (in any ******** I want).

The idea is to write a software that will be able to receive a fax from a real fax machine. It can be done in any way I want - any ********/environment , via modem or some other idea.

I know how the fax protocol works and I wrote a simple implementation already. The problem is actually running it.
I tried writing a C# program using SerialPort class and to access the modem's received data. The problem is that the modem does its own thing upon connecting and doesn't give me control over the received data.

I ran out of ideas at this point.
What else can I do?

Thank you very much.