Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
references ,tutorial and book in gsmcomm library in C#
Posted

Your going to have to be more specific here. Most GSM modem manufacturers will provide an SDK - which will either wrap to the COMM Control library or be a Wrapper to System.IO.Ports to be made more 'developer friendly'

If your looking at communicating with the port directly you may want to look into the System.IO.Ports namespace.

Use it, dont use it: http://www.dreamincode.net/forums/topic/35775-serial-port-communication-in-c%23[^]
 
Share this answer
 
Well you could always search on the internet.
This[^] is the first result I got.
 
Share this answer
 
Comments
Dalek Dave 21-Oct-10 10:42am    
Not quite a snap answer, but they came at the same time!
Funny you should ask![^]

I found this in the Archive.

Hope it helps.

Mark up if it does!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900