Difference between revisions of "Gsm modem"

From Teknologisk videncenter
Jump to: navigation, search
m (New page: <source lang=cli> at+cpin=8830 OK at+creg? +CREG: 0,1 OK at+csq? ERROR at+csq +CSQ: 23,99 OK at+cmgf=1 OK at+cmgw="+4560161891" > Hej alle gode mennesker� +CMGW: 1 OK at+cmss=1 +CMSS:...)
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<source lang=cli>
 
<source lang=cli>
at+cpin=8830
+
<input>at+cpin=PINKODE</input>
 
OK
 
OK
at+creg?
+
<input>at+creg?</input>
+CREG: 0,1
+
+CREG: 0,1 <notice># Mode,Connected</notice>
  
 
OK
 
OK
at+csq?
+
<input>at+csq</input>
ERROR
+
+CSQ: 23,99 <notice># Bitfel,signalstyrke</notice>
at+csq
 
+CSQ: 23,99
 
  
 
OK
 
OK
at+cmgf=1
+
<input>at+cmgf=1</input>
 
OK
 
OK
at+cmgw="+4560161891"
+
<input>at+cmgw="TELEFONNUMMER"</input>
> Hej alle gode mennesker�
+
> <input>Hej alle gode mennesker<CTRL-Z></input>
+CMGW: 1
+
+CMGW: 1 <notice># Besked 1 gemt</notice>
  
 
OK
 
OK
at+cmss=1
+
<input>at+cmss=1</input>  <notice>#Send besked 1</notice>
 
+CMSS: 95
 
+CMSS: 95
  
Line 27: 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]
 +
{{Source cli}}
 
[[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