LucidVR / lucidgloves

Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.
MIT License
2.02k stars 259 forks source link

Add WIFISerialCommunication #106

Open REXXER301 opened 1 year ago

REXXER301 commented 1 year ago

needs tcp server to work https://github.com/REXXER301/TCP-COM-Reroute.git Emulates a serialPort connection to trick the opengloves driver into thinking it is directly connected via cable

REXXER301 commented 1 year ago

Fixed and tested, should work now

jawaff commented 9 months ago

This is done right? The newlines have been removed as requested. Once this is merged we'll have wireless support for the faemod, so it's kind of a big deal.

REXXER301 commented 9 months ago

This is done right? The newlines have been removed as requested. Once this is merged we'll have wireless support for the faemod, so it's kind of a big deal.

Not entirely, you still need the Server to work, which needs some polishing. Adding this directly to the opengloves-driver shouldn't be too difficult and would remove the need for the virtual com ports, but I lack the time to do so.

If you want to use the wifi support with the fae mod today you can create 2 linked com ports with com0com and use my Reroute Server