Re: Serial in 2.11

2013-05-30 Thread Mark Lawson
Hadrian. I wasn't thinking netty, rather mina2. I saw an exchange a while back which suggested rxtx might make it into 2.11 via that component http://camel.465427.n5.nabble.com/Still-no-MINA-2-RxTx-support-on-Camel-2-9-td5603999.html Mark hadrian wrote > I am not sure how much netty could help

Re: Serial in 2.11

2013-05-29 Thread Robert Davies
Are you just capturing the output from the Arduino ? If you have a wireless or ethernet shield you could use mqtt? On 29 May 2013, at 10:34, Mark Lawson wrote: > Hi. Are there any plans to have a serial route in 2.11 with the mina > component? I saw talk about the possibility last year. I'm usi

Re: Serial in 2.11

2013-05-29 Thread Hadrian Zbarcea
I am not sure how much netty could help you with that, as it targets tcp/ip communications (i.e a Channel), although the site claims that one could target serial/usb or other interfaces. One bet would be using java libraries for serial communication [1] [2], but they are (l)gpl licensed and as

Serial in 2.11

2013-05-29 Thread Mark Lawson
Hi. Are there any plans to have a serial route in 2.11 with the mina component? I saw talk about the possibility last year. I'm using a proxy at the moment to talk to my arduino, but a direct connection would be cooler. Sadly, my Java isn't up to writing one. Rgds, Mark -- View this message i