The camel-mina2 component will be official released in Camel 2.11.0. At present, we do not support the serial connector as described at [1] (as far as I know). Feel free to rais a JIRA at [2] so that we don't forget this. And as you may know, we love contributions. You can find more about how to contribute at [3] and [4].
The camel-mina component is using Mina 1.x and it's not what you are looking for. [1] http://mina.apache.org/serial-tutorial.html [2] https://issues.apache.org/jira/browse/CAMEL [3] http://camel.apache.org/contributing.html [4] http://camel.apache.org/building.html Best, Christian On Wed, Nov 7, 2012 at 11:09 AM, c031917 <[email protected]>wrote: > I want to use the long awaited Camel + MINA 2 capability to get serial data > onto the message bus. > > I can't find any documentation or example how to do that. > > What is the syntax ? something like > > from ("mina:*/dev/ttyUSB0*:....") > .to("jms:operations"); > > ? > > 2. question: how do i install > > camel-mina > mina-transport-serial-2.0.2.jar > RXTXcomm.jar > librxtxSerial.so > > correctly without maven so that Camel is happy ? > > I put the last two into jre/lib/i386 and jre/lib/ext according and hope > this > is also right for camel-mina. > > > Peter > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/MINA-Serial-what-route-syntax-and-how-to-install-tp5722293.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --
