Right now it's:
Code:
sonarSensor = new SerialPort(9600);
But we also have tried:
Code:
sonarSensor = new SerialPort(9600, 8);
and:
Code:
sonarSensor = new SerialPort(9600, 7);
yes the console out switch is off (physical switch since we are useing the 8-slot cRIO).