10-26-2016 12:57 PM
I'm moving an existing USB-6002 application from Windows to Android. The plan is to use C# under Xamarin, in addition to external USB support.
From searching around here, it seems that there is no android binding for the NationalInstruments.Common and NationalInstruments.DAQmx assemblies. Is there any documentation on lower level messages being send to the device?
10-27-2016
10:53 AM
- last edited on
02-10-2025
05:23 PM
by
Content Cleaner
Hi Sengle,
I found this community examples. Hope this helps.
10-27-2016 10:58 AM
Thank you David.
But this looks as if the WebService is running elsewhere, and under LabView, correct? In my case I'm hoping to have the DAQ plugged into the USB port on an embedded computer running Android.
10-28-2016 07:20 AM
Hi,
But are you trying to use ActiveX to connect to your Android device? Or is it just C code?
10-28-2016 09:39 AM
In my case I'm running under Mono on an embedded computer running Android. So all I have access to is the raw USB port.
10-31-2016 07:38 AM
What would be that kind of messages that you would like documentation for?
10-31-2016 10:01 AM
I'm assuming that, like most USB devices of this type, there are command packets being sent to the device. I'm looking for that protocol.
11-01-2016
09:13 AM
- last edited on
02-10-2025
05:23 PM
by
Content Cleaner
Would this information help you?
It is about Using DAQmx with text based environments.
11-01-2016
04:47 PM
- last edited on
02-10-2025
05:24 PM
by
Content Cleaner
This probably isn't what you want to hear, but there is no public documentation for the USB protocol used by the USB-6002. The only supported driver stack for the USB-6002 is DAQmx, which, as you've noticed, does not run on Android. I would recommend contacting your NI sales representative to push R&D to add support for this device to the NI Measurement Hardware DDK.