Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Native Serial Port support

Hi Doug,

 

If jssc has an incompatible license, you may want to have a look at NRJavaSerial:

https://github.com/NeuronRobotics/nrjavaserial

 

It’s a fork of RXTX , and while it receives contributions only once in a while it does still look supported : people do attend to pull requests and do answer E-Mails.

I think that the MANIFEST.MF is not OSGi compatible yet, but with just a little bit of love it should be fairly easy to make it a replacement of the lost RXTX .

 

Thanks,

Martin

--

Martin Oberhuber, SMTS / Product Owner – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Monday, February 16, 2015 7:30 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Native Serial Port support

 

Hey gang,

 

As I mentioned earlier, I need serial port support in order to bring the Arduino CDT IDE here to the CDT project. The existing libraries are either dead, rxtx, or have an incompatible license, jssc.

 

I have a start on the work and have the serial port working on my Mac. It's actually not that hard, at least not on the Mac and Linux. So I've raised a bug and will continue working on it. It's here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=459971.

 

Looking at the Windows side, now that the Visual Studio community edition is free, I'll set up our Windows native code for it. If we get around to official CDT support for VS, I'll look at that. But I need this now.

 

Let me know if you have an thoughts or questions,

Doug.


Back to the top