Jump to content

How can I get the signal strength?


Recommended Posts

Guest nattster
Posted

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: :(

  • 2 months later...
Guest fluxt
Posted
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.

  • 3 weeks later...
Guest sharpstuff
Posted (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 by sharpstuff

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.