Just found the source code, do you have a binary anywhere or I have to build it myself?
From: Guy Itzhaki Sent: Monday, October 25, 2010 12:47 PM To: [email protected] Subject: Can't find SerialConnector I'm trying to create a serial connector using the example you've provided in the documentation: IoConnector connector = new SerialConnector() SerialAddress portAddress=new SerialAddress( ... ); But I'm missing the SerialConnector (I'm missing the SerialAddress as well). Where can I find these classes? I'm using the stable GA package Mina 2.0.0 Thanks
