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

Support chips other than FTDI #16

Open
nyetwurk opened this issue May 16, 2019 · 3 comments
Open

Support chips other than FTDI #16

nyetwurk opened this issue May 16, 2019 · 3 comments

Comments

@nyetwurk
Copy link
Collaborator

Since we no longer need FTDI ID support for licensing, it should be relatively easy to get generic COM port support working.

@mwedmark
Copy link

I will take a look at this. I bought the CH340 so I have a good reason to fixing it! My idea is to have something similar to what the ME DataLogger has. A switch on start which can switch between FTDI and generic COM port. Is there something currectly in the code using specific funtions from FTDI or is it more a question on remapping functions?

@nyetwurk
Copy link
Collaborator Author

The only thing specific was the ID function for licensing. everything else should be mappable

@mwedmark
Copy link

Great! I did an initial mapping of enum so now it is showing the com ports instead of FTDI ports. I'm gonna set a interface and map to serial port func and see how that works. Easy to switch then, either using command line parameters or setting in program.

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

No branches or pull requests

2 participants