zuby Posted August 30, 2017 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Pete Dowson Posted September 12, 2017 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.