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 such not eligible for inclusion in the official camel distro.

Another issue would be unit testing the component. Would you be able willing to provide input and test such a camel component? Maybe somebody in the community would be willing to help you.

And lastly, camel-2.11.0 was released more than a month ago.

My $0.02,
Hadrian

[1] http://rxtx.qbang.org/wiki/index.php/Main_Page
[2] https://code.google.com/p/java-simple-serial-connector/


On 05/29/2013 05:34 AM, 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 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 in context: 
http://camel.465427.n5.nabble.com/Serial-in-2-11-tp5733398.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to