Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WIFISerialCommunication #106

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

REXXER301
Copy link

@REXXER301 REXXER301 commented Jun 5, 2023

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
Copy link
Author

Fixed and tested, should work now

Copy link
Member

@danwillm danwillm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking pretty good to me, thank you. Lucas will probably also need to do a pass before merging it, and I can find some time to work on adding WiFi to the driver.

firmware/lucidgloves-firmware/_main.ino Outdated Show resolved Hide resolved
firmware/lucidgloves-firmware/AdvancedConfig.h Outdated Show resolved Hide resolved
firmware/lucidgloves-firmware/WIFISerialCommunication.ino Outdated Show resolved Hide resolved
firmware/lucidgloves-firmware/lucidgloves-firmware.ino Outdated Show resolved Hide resolved
Copy link
Member

@danwillm danwillm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one small thing and then i think this will be ready to merge

firmware/lucidgloves-firmware/lucidgloves-firmware.ino Outdated Show resolved Hide resolved
@REXXER301 REXXER301 requested a review from danwillm June 16, 2023 08:13
@jawaff
Copy link

jawaff commented Nov 12, 2023

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants