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
