General Linux and Windows Library Usage
Bob Vandette
bob.vandette at oracle.com
Tue Mar 6 19:15:14 UTC 2018
The Device I/O library only supports Linux. It should work on any Linux
platform and not be restricted to embedded specific platforms as long as
you configure it properly.
I used the javax.comm package on Windows years ago but
this support was EOL’d by Sun many years ago.
I did a quick search and came up with this package that claims to do
what you are looking for. I have no experience with this technology and
this is not an endorsement of jSerialComm by Oracle. Use at your own risk.
http://fazecast.github.io/jSerialComm/ <http://fazecast.github.io/jSerialComm/>
Bob.
> On Mar 6, 2018, at 1:18 PM, Allen Myers <allen at aemyers.com> wrote:
>
> I've been trying to find a reliable serial library to act as an interface
> to a USB connection to a UART on an Arduino. This Device I/O library looks
> brilliant. I'm just not sure if I can use it on a full Linux server (Dell
> server). Is this only designed to be run on embedded type platforms? Could
> it interface with a /dev/tty device on a standard Linux server?
>
> My production environment is Linux, but my test environment is Windows. If
> possible, how would I go about getting natives built for Windows?
More information about the dio-dev
mailing list