I wanted to see if my program could even detect the device, and to no anvil,
I used the following code on a button to check if a device is detected. Am I
doing something wrong?

                UsbManager manager =
(UsbManager)this.GetSystemService(Context.UsbService);
                Double t = manager.DeviceList.Count;
                button.Text = string.Format("{0} Devices! TESTING!", t);

It just always displayed "0 Devices! TESTING!" even when the test app from
microchip will communicate with the device

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/GetAccessoryList-tp5710208p5710231.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to