Fazecast / jSerialComm

Platform-independent serial port access for Java
GNU Lesser General Public License v3.0
1.34k stars 287 forks source link

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

Closed jnsw closed 1 year ago

jnsw commented 1 year ago

I am using jSerialComm for starting a ppp-Connection with pppd. Shortly before I close the port, I send ATD*99***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?

hedgecrw commented 1 year ago

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!

hedgecrw commented 1 year ago

Closing this as "cannot reproduce." Please re-open with additional information if the problem persists in the future.