Hi Fabio,
But here is the trick part.. I've done an experiment with the hex code and here's what i've found out.
1. When I tried writing 0x01YY to the hex code (the YY is any number combination from 00-99), the
computer can recognize the device and the device works properly.
2. When I tried writing 0x00YY to the hex code (the YY is number combination from 00-99), the
computer can recognize the device and it works well.
3. When I tried writing 0xZZYY to the hex code ( the ZZ is any number combination from 02-99), the
computer cannot recognize the device and it says The device cannot start(code 10). What is the main
reason for this?