Guest nattster Posted February 6, 2005 Report Posted February 6, 2005 How can I get the signal Strength? I'm writing program with VB.net and what about the cell broadcast message. can I get it too? :lol: :(
Guest fluxt Posted April 25, 2005 Report Posted April 25, 2005 How can I get the signal Strength? I'm writing program with VB.net and what about the cell broadcast message. can I get it too? ;) :D <{POST_SNAPBACK}> I think the OpenNETCF.Phone namespace has some code to do just this.
Guest sharpstuff Posted May 14, 2005 Report Posted May 14, 2005 (edited) I think the OpenNETCF.Phone namespace has some code to do just this. <{POST_SNAPBACK}> Not sure about doing it in .NETCF, but I managed it by writing a C++ DLL that opens gsm modem port and does an "AT+CSQ" command Then I call from my C# app Edited May 14, 2005 by sharpstuff
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now