using a modem in c#.
-
Hi, I looking for using a modem in c#. I generate a tone signal in function the quality of a signal that I want to ear from a GSM for pointing an antenna. If anyone have a link or sample to using a modem with c# is great. Best Regards youssef
There is no class in the FCL for serial modem comm. You can use a 3rd party .DLL to get to a modem and control it over a COM port. Try http://www.marshallsoft.com/wsc4vb.htm[^] for a shareware version with examples. RageInTheMachine9532
-
Hi, I looking for using a modem in c#. I generate a tone signal in function the quality of a signal that I want to ear from a GSM for pointing an antenna. If anyone have a link or sample to using a modem with c# is great. Best Regards youssef
There was an article and base class in an issue of msdn magazine for RS232 communications in .Net. I am currently using this class with great success however no for modems but multiple serial devices. There is modem specific functionality within it though. http://msdn.microsoft.com/msdnmag/issues/02/10/NETSerialComm/default.aspx Should be fine with licencing issues as well.