reactor SMS modem reset - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12) +--- Thread: reactor SMS modem reset (/showthread.php?tid=2895) |
reactor SMS modem reset - Frank68 - 09.10.2020 Hi I try to send SMS with integate modem in reactor , in cofiguration I see ip address from Mobile network, but in alarm page I have reset modem message , why? what is the usb port for the internal modem of the reactor? I have try 0 1 and 2 BR RE: reactor SMS modem reset - admin - 12.10.2020 For built-in modem you need to disable the reset part. I've attached the latest script version (it has reset disabled by default). Port number depends on the modem that's installed in your LM. It can be either ttyUSB2 or ttyACM3 RE: reactor SMS modem reset - Frank68 - 12.10.2020 (12.10.2020, 13:41)admin Wrote: For built-in modem you need to disable the reset part. I've attached the latest script version (it has reset disabled by default). Port number depends on the modem that's installed in your LM. It can be either ttyUSB2 or ttyACM3Hi in the init script leave the code Code: os.execute('usbreset /dev/bus/usb/001/001') or delete it? BR RE: reactor SMS modem reset - admin - 12.10.2020 Init is not needed for internal modem RE: reactor SMS modem reset - Frank68 - 12.10.2020 (12.10.2020, 14:30)admin Wrote: Init is not needed for internal modemOk tank's i test and now works all , but i have seen use the GMT time not the local time is correct , is possible change to use the local time ? BR RE: reactor SMS modem reset - admin - 12.10.2020 Do you mean LM time? You can set timezone in Utilities - Date & time |