Hi everyone
i need to write hex data (command) into descriptor
for example this data: 0x93 0x8e 0x04 0x00 0x03 0x04 0x0b
How can i do it ?
Write hex data into descriptor
Re: Write hex data into descriptor
Something like this, perhaps:
Code: Select all
writeDescriptor(decriptorId, new Uint8Array([0x93,0x8e,0x04,0x00,0x03,0x04,0x0b])), winCallback, failCallback)
Re: Write hex data into descriptor
Ok. Thanks. I will try it.
Return to “Questions and answers”
Who is online
Users browsing this forum: No registered users and 25 guests