Jump to content
The simFlight Network Forums

Mugz

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by Mugz

  1. Yes. Indeed it's not issue, but is very hard do diagnose other issue, why it is not working 😃
  2. How i can check this? Can you give me a patch in registry to check and find Device number?
  3. Yes. It's strange for me also. When i use Device = 0, i got wrf = 0, with device = 1 i have wrf = something like 192. No other device with same name or VID/PID exist. I contact with device vendor, and he told me what this functionality is not implemented So, based on all the actions, it remains to understand how Device works
  4. Okay, seems i can write feature. Changed Device to 1 (not sure why, i have only one device), but still can not read feature.
  5. I have VPC Stick MT-50CM2 VID: 3344PID:4130 Trying com.readfeature or com.writefeature but no luck. I'm trying to capture USB port data, but FSUIPC nothing to get or send to USB device. Vendor = 0x3344 Product = 0x4130 Device = 0 Report = 0 Pollrate = 25 -------------------------------------------------------- dev, rd, wrf, wr, init = com.openhid(Vendor, Product, Device, Report) if dev == 0 then ipc.log("Could not open HID") ipc.exit() end ipc.set("dev",dev) ipc.set("wrf",wrf) dev = ipc.get("dev") wrf = ipc.get("wrf") gt, n = com.readfeature(dev, wrf) if n ~= 0 then ipc.log(gt) else ipc.log("Error getting Features") end str = "0265010000B900000000000000000000000000000000000000000000000000000000000000F0" out = str:gsub('%x%x',function(c)return c.char(tonumber(c,16))end) i = com.writefeature(dev, out, wrf)
  6. Mugz

    Two question

    I mean no .ico file in program folder. Even after reinstall. I mean full programm in archive, i dont like reinstall every time, more simply is just unpack new version.
  7. Mugz

    Two question

    Hello. I have two question. 1. My program icon is gone, cant find FSUIPC7.ico 2. Is it possible to additionally make a portable version (just an archive) so as not to bother with the installer?
  8. Mugz

    Reload LUA?

    Which assignment you ercomeend? LuaKill and then LuaDebug? I dont find LuaReload
  9. Mugz

    Reload LUA?

    Cat figure how to reload LUA. My LUA loaded throug [Auto] section in INI file, but when i something chage in LUA i restart FSUIPC to test how it work. It's any way to just reload LUA script?
  10. Mugz

    K: events MSFS

    Yes. It work from FSUIPC interface. It's also can used from external app connected to FSUIPC?
  11. Mugz

    K: events MSFS

    I mean, can i use it from any soft connected to FSUIP? Not fully understand how it work. First time with it
  12. Mugz

    K: events MSFS

    I don't know, but i dont find how to send Key Events through FSUIPC
  13. Hi FSUIPC can operrate with K: events of MSFS? For example writing 1 to K:TOGGLE_AIRCRAFT_EXIT_FAST will open/close main door
  14. Already done: 1. Modified header with VID and PID from device. And put in instalation folder 2. Added section [Auto] with string 1=lua HidDemo 3. Started program. Tried to map button - but not detected. In logs no any information about starting lua
  15. How to bypass the 32-button limit. I saw topics about HidDemo.lua but I don't understand how to connect it correctly to FSUIPC7
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.