Skip to content

Device.Write() throwing Invalid Parameter Error #58

@GoogleCodeExporter

Description

@GoogleCodeExporter
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 quilombo...@gmail.com on 20 Nov 2013 at 4:03

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions