zuby Posted August 30, 2017 Report Posted August 30, 2017 hello everyone, I'm calling com.writefeature(dev, "123",wrf) with event offset of air speed. my mikroc code is if(HID_Read() != 0) { AsciiToChar(&readbuff); } but hid read is not reading string from com.writefeature. i dont know why? help me please. thanks in advance
Pete Dowson Posted September 12, 2017 Report Posted September 12, 2017 Sorry, I don't know what HID device you are using, but isn't "WriteFeature" used to set feature options in HID devices? if you are simply trying to communicate data to be used by code running in the device, shouldn't you be using the normal com.write? I'm afraid I've no idea what "mikroc" is. You also need to state which version of FSUIPC you are using, and which Flight Simulator. Pete
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now