I am a long time vb.net coder and some C++ just so you know my background.
I need to create an app for communication with a accessory device(In this
case its a Microchip Android SDK)
I have created an app to display the data from the device, but I really dont
know where to start for the USB stuff
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 = ma
I have 2 devices I am testing with, one is a HTC desire HD running Ice Cold
Sandwich(Android 4.0.4) and a generic Chinese tablet running 4.0.4. I am
targeting API 14 i believe.
I looked for a AndroidManifest in my mono for android project and there was
nothing of the sort, I am using visual studi
I added:
to the manifest file, still the same as before.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/GetAccessoryList-tp5710208p5710236.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Mon