-
After clicking on the connect button, the program crashes. I found this in the error file:
[hs_err_pid3676.log](https://github.com/tomazas/ATCommandTester/files/8263691/hs_err_pid3676.log)
-
I have an Arduino Leonardo connected to my computer. If the Arduino is connected but there is no program that is currently communicating with it, the example program will hang.
It seems to hang at …
-
When trying to create a new BluetoothClient, I get this exception:
`System.PlatformNotSupportedException: Operation is not supported on this platform.
at InTheHand.Net.Sockets.BluetoothClient..cto…
-
![изображение](https://github.com/Fazecast/jSerialComm/assets/28807056/ee2feda0-a204-4529-8130-772f97081655)
![изображение](https://github.com/Fazecast/jSerialComm/assets/28807056/71d092e1-9654-4…
-
OS: Ubuntu 22.04.4 LTS
Arch: x86_64
Java: 11.0.23-tem
I try to connect to Arduino Mega boards using `openPort()`.
With 2.11.0 I get the error: lastErrorCode=25, lastErrorLocation=768
I also r…
-
I've got the daemon running in Ubuntu 22.04.1 LTS now and I have some notes that could be useful for others. I'd quite like to turn them into a contribution guide or getting started guide in the repo …
-
### Checklist
- [X] I searched exising issues and no one else requests similar feature.
- [X] I think that 25%+ users are positive towards this feature.
### Describe the feature
todo
### Additiona…
-
Hello,
I'm using jSerialComm 2.10.3 in my kotlin app on Windows 10 and I have a problem on disconnection detection for my device (a USB barcode scanner).
In particular I have defined and registere…
-
I am getting this JVM crash on OpenJDK 11 when using rxtx on Windows 10
```
COMPortTracer listening on 'COM4' with baudRate '9600', databits: '8', stopbits: '1', parity: '0', sleeptime: '300', flo…
-
I do read Input / Holding registers via
`int[] registerValues = this.modbusMaster.readHoldingRegisters(slaveAddress, startAddress, quantity);`
But the first read will timeout saying no data rec…