felHR85 / SerialPortExample

A simple, yet complete example of an Android app using UsbSerial library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't send zeros

lfkunzler opened this issue · comments

I'm trying to send zeros to my arduino Uno with serialPort.write(new byte[0x00]), but nothing happens. With another program (Serial USB Terminal), it works properly.