Sends bytes to the device.
void sendBytes(List<int> bytes) => _serial.write(Uint8List.fromList(bytes));