Page 1 of 1

USB HID FLOWCODE 6

Posted: Wed Oct 19, 2016 10:10 am
by JANUARY1
HOW DO YOU CHANGE THE VENDOR ID AND PRODUCT ID TO THE ONE I HAVE. IT KEEPS GOING TO 0

Re: USB HID FLOWCODE 6

Posted: Wed Oct 19, 2016 10:41 am
by Benj
Hello,

The IDs will probably be in hexadecimal so make sure you enter 0x before the four digit hex value.

e.g. 0xABCD

The property will convert the value to decimal automatically, there is currently no way to show the value as hex though we have been working on this for v7.

Note. Writing in all caps is often seen as shouting.

Re: USB HID FLOWCODE 6

Posted: Wed Oct 19, 2016 2:12 pm
by JANUARY1
Thanks working now sorry about caps "never had glasses on easy to read. :D

Re: USB HID FLOWCODE 6

Posted: Wed Oct 19, 2016 10:18 pm
by medelec35
JANUARY1 wrote:never had glasses on easy to read
Holding Ctrl and pressing + will zoom in and make font much larger.
Ctrl and pressing - will zoom out again.
Martin.