Fwd: Serial messageReceived..

2010-07-27 Thread Joshua Schell
Didn't get a response to this. - josh -- Forwarded message -- From: Joshua Schell jschel...@gmail.com Date: Wed, Jul 14, 2010 at 3:29 PM Subject: Serial messageReceived.. To: dev@mina.apache.org Hi, I'm currently using the Apache MINA 2.0.0-RC1 build. The problem I am having

Re: Fwd: Serial messageReceived..

2010-07-27 Thread Emmanuel Lecharny
On 7/27/10 6:36 PM, Joshua Schell wrote: Didn't get a response to this. Vacations period :/ -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: Fwd: Serial messageReceived..

2010-07-27 Thread Emmanuel Lecharny
On 7/27/10 6:36 PM, Joshua Schell wrote: Didn't get a response to this. A few questions : Is the response terminated by a new line in all case ? Have you added a LoggingFilter in the chain before the decoder to see if you received something ? -- Regards, Cordialement, Emmanuel Lécharny

Serial messageReceived..

2010-07-14 Thread Joshua Schell
Hi, I'm currently using the Apache MINA 2.0.0-RC1 build. The problem I am having is receiving messages after sending data to a device serially. I have verified that I should be receiving data through the use of other serial utility programs as well as using Java's gnu.io.* library. The code is