Sending Serial Break Sequence on Module UART using Java | Telit Cinterion IoT Developer Community
July 9, 2019 - 7:18am, 1689 views
Hello,
Does anyone know if it is posisble to send a serial break sequence over module's UART TX line using Java? I am using ELS61 module. Thanks.
Luke
Hi Luke,
Unfortunately break sequence is not supported. According to Java doc, you can only get state of DTR line and set state of DCD, DSR and RING line.
If you use ASC1, you can disable it and treat ASC1 pins as standard GPIO. However, after every enabling and disabling ASC1 you have to reboot the module, so I don't think it will be useful in your scenario.
Best regards,
Adam
Thank you for the answers, Adam.
Kind Regards,
Luke