I'm working on an open source program that uses gnu.io
(RXTX) to talk to a microcontroller over a USB serial port. The app runs on Windows, Linux and OSX. It relies on gnu.io
for portable serial port access. One Macbook user has posted a log showing evidence of two things:
I suspect that some other program is opening the same serial port occasionally (eg searching for a connected device). How do I prevent that on OSX?
A serial port is an interface that allows a PC to transmit or receive data one bit at a time. It is one of the oldest types of interfaces and at one time was commonly used to connect printers and external modems to a PC.
as far as I know, RXTX does not allow anyone else to use a Serial port it's using, and throws an exception if the port is already in use when it tries to open it. sounds like a RXTX bug to me
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With