Christian Findlay

Results 75 issues of Christian Findlay
trafficstars

Check out the Android Serial Port Access library. Create a bridge? Write a new one?

The current release points to the wrong Git commits. This needs to be automated in the build process.

When you get a Hid device, it doesn't seem to get the class guid on the connected device definition

Add something to the wiki

enhancement
help wanted

https://github.com/MelbourneDeveloper/Device.Net/blob/334a3c74d7a8fdce3dee4531d097e5ddb9549f47/src/Device.Net.UnitTests/IntegrationTests.cs#L130 It picks up : \\?\USB#VID_0483&PID_DF11#00000008FFFF#{dee824ef-729b-4a0e-9c14-b7117d33a817} This is the winusb one. The factory should filter by class guide at the AQS level, and filter out anything unwanted later.

WindowsUsbInterfaceManager This is no good and we don't get the class guide when we initialize ![image](https://user-images.githubusercontent.com/16697547/99579343-2efd0f80-2a32-11eb-85e5-59ab001b284a.png)

bug
High Priority

Claiming interfaces shouldn't happen on initialization unless it is explicit. It should only claim one interface Android tries to claim all interfaces currently.

bug

Any device should throw an exception if you try to do anything without initalizing first. Windows USB does not throw an exception. Others probably don't either.