Hi everybody,
Is there anyone how can I replace functions done by Port class in Compact Framework in .Net Framework 1.1? Port class is for serial socket communication and can be used to interact with modems.
den2005
Printable View
Hi everybody,
Is there anyone how can I replace functions done by Port class in Compact Framework in .Net Framework 1.1? Port class is for serial socket communication and can be used to interact with modems.
den2005
Hi,
the OpenNETCF (www.opennetcf.org) has a a serial class, amongst many other functions
It is open source
HTH
Pete
Hi pete,
Thanks for replying. I know about this site, OpenNetCF is using Compact Framework, I am trying to find the .Net Framework 1.1 version of creating and establishing serial communication with a gprs modem.
Dennis