Difference between revisions of "Gsm modem"
From Teknologisk videncenter
m |
m |
||
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> | + | > 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] | ||
+ | {{#css: | ||
+ | |||
+ | 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]] |
Revision as of 10:32, 1 October 2009
<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>
> 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