Fazecast/jSerialComm

Using jSerialComm to prepare a modem for pppd works for me in version 2.5.3, but not 2.9.3

jnsw opened this issue · 2 comments

jnsw commented

I am using jSerialComm for starting a ppp-Connection with pppd. Shortly before I close the port, I send ATD99**1#, so the modem on the serial port switches to pdp context and I can use pppd to open a internet connection. But if I am using 2.9.3 it seems to reset the port, so it won't work anymore. The LCP packets wont get a response.

What changed?

Finally getting around to catching up on bug reports. Can you elaborate a bit more on what is happening? Are you saying that when you close the port, the closePort() call resets the port, or something else? Some sample code would be helpful. Thanks!