Fazecast / jSerialComm

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

getDeviceWriteBufferSize() returning incorrect results #380

Closed hedgecrw closed 2 years ago

hedgecrw commented 2 years ago

Referencing issue #371, this call may return the incorrect underlying buffer size for a device driver on Mac OS.

hedgecrw commented 2 years ago

Solved as much as possible in release of jSerialComm v2.8.0. In many (most) cases, the underlying operating system and/or device driver will simply not report this value correctly, and there is nothing that can be done to retrieve it. The documentation has been updated accordingly.