This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

How to control the KNX bus via SMS and send notices via SMS?
#29
With this low cost USB 3G Modem I need to add one init string in the resident script:

Code:
    -- set to pdu mode
    modem:send('AT+CMGF=0')
    -- enable sms notifications
    modem:send('AT+CNMI=1,1,0,0,0')
    -- fixup encoding
    modem:send('AT+CSCS="GSM"')
    -- set preferred sms message storage to SIM
    modem:send('AT+CPMS="SM", "SM", "SM"')

and using the ttyUSB2 (the third USB) everything seems to work fine.
The Huawei E173 are a little expensive and hard to find...
HTH
Marcello
Reply


Messages In This Thread
RE: How to control the KNX bus via SMS and send notices via SMS? - by ferrim - 26.06.2016, 16:22

Forum Jump: