Hello,
While I run. com.keonn.adrd.ADRD_M1_10Asynch eapi:///dev/ttyUSB0,
I am getting
Exception in thread "main" java.lang.Error: unresolved compilation problem
The method cmdSetBaudRate from type SerialReader is not visible.
In the following line
reader.connect();
((SerialReader) reader).cmdSetBaudRate(115200);