![]() |
SMS modem - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: SMS modem (/showthread.php?tid=5927) |
SMS modem - oliver.brown.knx - 16.03.2025 Hello, What modem would you recommend to send an SMS from a logicmachine through USB. Ideally with an external antenna. Could you also please provide code to communicate with it. Oli RE: SMS modem - CristianAgata - 16.03.2025 (16.03.2025, 14:41)Hi Olioliver.brown.knx Wrote: Hello, Hi Oli, Why don't you use Lm5p2-rio3 LTE. Best regards Cristian RE: SMS modem - oliver.brown.knx - 16.03.2025 (16.03.2025, 14:43)CristianAgata Wrote:(16.03.2025, 14:41)HiĀ Olioliver.brown.knx Wrote: Hello, Hi Cristian, because this is an existing installation where units are already installed that are without LTE. Oli RE: SMS modem - CristianAgata - 16.03.2025 (16.03.2025, 17:23)oliver.brown.knx Wrote:(16.03.2025, 14:43)CristianAgata Wrote:(16.03.2025, 14:41)HiĀ Olioliver.brown.knx Wrote: Hello, Ok, I thought it was in project. BR Cristian RE: SMS modem - AlexLV - 16.03.2025 Hi. I successfully using Cinterion BGS2T modem with RS-232 port. Connected to LM USB port used USB2RS232 cable with adapter. Working 7 years already. But this is 2G modem. Possibly soon in my country will be switched off 2G/3G standard support, later will go to LTE/5G modem, will see.. Some info: https://www.gprsmodems.co.uk/acatalog/Gemalto-BGS2T-RS232-RS485--Quad-Band-Industrial-Terminal-1324.html#SID=116 https://www.4gltemall.com/m2m-lte-module/cinterion.html?dir=asc&limit=8&mode=grid&order=price&p=4 https://www.gprsmodems.co.uk/acatalog/Gemalto-Penta-Band-3G-Industrial-EHS6T-USB-RS232-1410.html https://www.gprsmodems.co.uk/acatalog/Online_Catalogue_Siemens_GSM_GPRS_Modems_116.html Later I can help you a bit with configuration. BR, Alexander RE: SMS modem - oliver.brown.knx - 16.03.2025 (16.03.2025, 18:44)AlexLV Wrote: Hi. I successfully using Cinterion BGS2T modem with RS-232 port. Connected to LM USB port used USB2RS232 cable with adapter. Working 7 years already.Hi Alex, The replacement for BGS2T could be Cinterion EGX81 IoT gateway. I found this on a discussion here: https://forum.logicmachine.net/attachment.php?aid=32 , but it's a very old document. RE: SMS modem - admin - 17.03.2025 Nearly all modems support AT commands which are used for sending SMS. Integration script should work with modems: https://kb.logicmachine.net/notifications/sms/ We can't guarantee that USB modem will work because it usually requires a specific command for switching into a working state. The command is specific for each manufacturer/model. RS-232 is preferred over USB for stability reasons. RE: SMS modem - oliver.brown.knx - 17.03.2025 (17.03.2025, 07:36)admin Wrote: Nearly all modems support AT commands which are used for sending SMS. Integration script should work with modems: https://kb.logicmachine.net/notifications/sms/ Hi Admin, thank you for your answer. So I should look for a modem with RS232 and connect to LM to RS232. Please recommend specific modem models, or what specific parameters should I look for when choosing. RE: SMS modem - admin - 17.03.2025 Any modem with RS232 should work. To be sure check that AT commands are supported. RE: SMS modem - oliver.brown.knx - 17.03.2025 (17.03.2025, 09:04)admin Wrote: Any modem with RS232 should work. To be sure check that AT commands are supported. Okay, thanks for the answer. How to set the modem with RS232 to send sms? Is there any specific instruction? RE: SMS modem - Daniel - 17.03.2025 https://kb.logicmachine.net/notifications/sms/ |