Difference between revisions of "Gsm modem"

From Teknologisk videncenter
Jump to: navigation, search
m
m
 
Line 25: Line 25:
 
*[http://www.ozeki.hu/attachments/761/MAESTRO_100_20_user_guide_Rev02.pdf fargo Maestro 20 manual]
 
*[http://www.ozeki.hu/attachments/761/MAESTRO_100_20_user_guide_Rev02.pdf fargo Maestro 20 manual]
 
*[http://www.developershome.com/sms/howToSendSMSFromPC.asp#10.1.The 1st Way: Sending SMS Messages from a Computer Using a Mobile Phone or GSM/GPRS Modem|outline GSM sms tutorial]
 
*[http://www.developershome.com/sms/howToSendSMSFromPC.asp#10.1.The 1st Way: Sending SMS Messages from a Computer Using a Mobile Phone or GSM/GPRS Modem|outline GSM sms tutorial]
{{#css:
+
{{Source cli}}
   
 
    pre {  font-family: Lucida Console; font-weight: bold; font-size: 14px; color: #00FF00; background: black; margin: 10px 50px; width: 800px; line-height: 200%; overflow: auto;}
 
}}
 
 
[[Category:Perl]]
 
[[Category:Perl]]

Latest revision as of 18:32, 28 February 2010

<input>at+cpin=PINKODE</input>
OK
<input>at+creg?</input>
+CREG: 0,1 <notice># Mode,Connected</notice>

OK
<input>at+csq</input>
+CSQ: 23,99 <notice># Bitfel,signalstyrke</notice>

OK
<input>at+cmgf=1</input>
OK
<input>at+cmgw="TELEFONNUMMER"</input>
> <input>Hej alle gode mennesker<CTRL-Z></input>
+CMGW: 1 <notice># Besked 1 gemt</notice>

OK
<input>at+cmss=1</input>  <notice>#Send besked 1</notice>
+CMSS: 95

OK

Links