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
@Arti3DPlayer In one of your SO posts about IOKit you mentioned using C#. I'm mainly a C# developer and due to another project requiring Serial Modem Detection, I created this project https://github.com/CartBlanche/IOKit-Sharp . Some of the ideas in that lib are based on (but not exactly like) your Swift lib, but made more C# friendly, obviously. I have Serial detection (adding and removing devices) working. The rest I'll probably leave to the community or will flesh it out myself, when needed. If you have any suggestions, let me know :)
I believe there is a slight bug on lines 20-21 in the ViewController here...
https://github.com/Arti3DPlayer/USBDeviceSwift/blob/master/CleanFlightSerialExample/CleanFlightSerialExample/ViewController.swift#L20-L21
Instead I think it should be
I'm new to Swift (and IOKit), so there may be a better way to do this.
The text was updated successfully, but these errors were encountered: