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

Thanks Elena, and sorry about that. I didn't have an API baseline in my new workspace. I've grabbed the most recent 8.6 build and have it now there. I've fixed the SerialPort classes and the Autotools activator class that I added a getService too. (Please don't make your Activator classes in non-internal packages).

BTW, the new baseline pointed out a few other errors. I have a feeling people are still using CDT 8.5 as their baselines. Please make sure you're using 8.6 as the baseline for master.

Change request is here if you're curious: https://git.eclipse.org/r/#/c/42091

Doug. 

From: Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx>
Date: Tue Feb 17 2015 20:51:32 GMT-0500 (EST)
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Native Serial Port support

Doug, I pulled master and I have API errors on serial code - missing since tags and stuff

On Mon, Feb 16, 2015 at 3:21 PM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
I’ve written so much code the last few months, a couple more hundred lines of code to get an implementation of serial port at Eclipse with clean pedigree seems worth it to me. And, really, we should have done it a long time ago.

Thanks, though.
Doug.

From: <Oberhuber>, Martin <Martin.Oberhuber@xxxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, February 16, 2015 at 3:15 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: 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.eclips​e.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.


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top