I’m making a little tool that handles a sort of exotic device, with lots of options to manage it etc. One of them would be to scan for tty ports, find the right one then throw the user to “minicom” with some parameters for example. How can I make java completely exit while running a specific command, under certain condition,
Tag: serial-port
Stable alternative to RXTX
After using RXTX for a number of different projects, I’ve come across many annoying discrepancies and issues that can only sensibly be put down to bugs in the library – deadlocks, race hazards, and monitor threads deep in the RXTX library being left open preventing the program from closing (even though all ports I was using have been closed!) Running