[Rxtx] [SPAM] Re: NRJavaSerial, a fork of rxtx that fixes the papercuts!

andrea antonello andrea.antonello at gmail.com
Wed Mar 9 06:50:07 MST 2011


Has anyone tried the lib?
I am not sure if it is appropriate to write to the list about this, if
not, I apologize.

I wanted to try your fork out for our application which is an eclipse
rcp plugin based one.
It has been easy to substitute the 6 plugins with your library (that
is one of the things I like).
But then when I run it, it tries to load it from:

----
Loading: /tmp/libNRJavaSerial_moovida_0/libNRJavaSerial.so
Trying to load: NRJavaSerial
Trying to load: libNRJavaSerial
Trying to load: rxtxSerial
----

So it is extracting the native lib to a tmp folder. But that one is
not in the library path, so it fails.

Is there any docs to try the lib out?

Thanks,
Andrea





On Mon, Mar 7, 2011 at 11:54 PM,  <jfh at greenhousepc.com> wrote:
> Aaron,
>
> It should be possible for an Android to do BlueTooth serial.  If I were
> looking for a serial solution, that's how I'd go.
> --
> Julie Haugh
> Senior Design Engineer
> greenHouse Computers, LLC // jfh at greenhousepc.com // greenHousePC on
> Skype
>
> -------- Original Message --------
> Subject: [SPAM] Re: [Rxtx] NRJavaSerial, a fork of rxtx that fixes the
> papercuts!
> From: Aaron Wolfe <aawolfe at gmail.com>
> Date: Mon, March 07, 2011 4:31 pm
> To: rxtx at qbang.org
>
> On Mon, Mar 7, 2011 at 12:47 PM, Kevin Harrington NR
> <kharrington at neuronrobotics.com> wrote:
>> Hey all, this is just a heads up that i have made a fork of
>> rxtxSerial. Some of the features we have added:
>>
>> * Self deployment of native libraries ( all native code is stored
>> inside the jar and deployed at runtime). No more manual install of
>> native code.
>> * Arm Cortex support (Gumstix)
>> * Android Support (requires a rooted phone for now)
>> * Google Code (SVN) repository for easy code and jar access
>> * Single makefile compile (simplifies the compilation of project binaries)
>> * Ant build script for jar creation
>> * Removal of partialy implemented code to streamline the lib for just
>> serial port access
>> * Full Eclipse integration, for testing application code against sources.
>>
>> And a bunch of bug fixes:
>>
>> * Fixed the memory access error that causes OSX to crash the JVM when
>> serial.close() is cvalled
>> * Fixed the windows serial port zombie bind that prevents re-accessing
>> serial ports when exiting on an exception
>> * Fixed erronious printouts of native library mis-match
>>
>> To check it out, take a look at our page here:
>>
>> http://code.google.com/p/nrjavaserial/
>
> This is interesting, getting the native libs set up has been an issue
> for some of my users. Will have to check it out.
>
> Out of curiosity, what Android devices provide a serial port? Or are
> there some that allow USB host mode and then a usb-serial adapter? I
> have only an Android cell phone, don't think it can do anything serial
> but would love to be wrong about that.
> _______________________________________________
> Rxtx mailing list
> Rxtx at qbang.org
> http://mailman.qbang.org/mailman/listinfo/rxtx
>
> _______________________________________________
> Rxtx mailing list
> Rxtx at qbang.org
> http://mailman.qbang.org/mailman/listinfo/rxtx
>
>



More information about the Rxtx mailing list