|
Serial Port Communication
In java we are using serial port.port.kusb on a 9600 baudrate with a nvidia tegra serial port. When we try testing the tegra serial with an arduino it returns garbage askII characters. eg.(Python)ser.write('hello'.encode('utf-8')). The communication port returns this ░:: and then goes to a newline.
Any help would be very welcome.
|