You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
Since we no longer need FTDI ID support for licensing, it should be relatively easy to get generic COM port support working.
The text was updated successfully, but these errors were encountered: