Difference between revisions of "Gsm modem"

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