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.

Reply via email to