You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to write a simple sequence of bytes to the device:
0x01,0x00,0x01,0x01
I am using device.write() and I tried several approaches:
{0x01, 0x00, 0x01, 0x01} = invalid parameter
{0x00, 0x01, 0x00, 0x01, 0x01} = invalid user buffer
{0x02, 0x04, 0x01, 0x00, 0x01, 0x01} = invalid parameter
Do you have any idea why this is not working?
Thanks.
Original issue reported on code.google.com by [email protected] on 20 Nov 2013 at 4:03
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 20 Nov 2013 at 4:03The text was updated successfully, but these errors were encountered: