04-26-2016 03:29 PM
Is it possible to use an NI-9265 analog output device with a Linux/ARM system running Java code? Is the serial protocol for the device available?
04-27-2016 01:56 PM
The NI-9265 has to be connected to a cDAQ chasis which is unfortunately supported by Linux as seen by this document below.
http://www.ni.com/product-documentation/3695/en/#toc2
Regards,
Ali S.
Applications Engineer
National Instruments
04-28-2016 10:00 AM
Thanks for the response. What about the possibility of getting the low-level serial protocol, which would allow us to build our own USB interface to the device?
04-29-2016 04:55 PM
Steve,
Since none of the hardware is supported in Linux, it may be possible to create a serial interface with Linux but you would create all the communications protocols yourself and they would not be supported by National Instruments. Other members of the community have done similar things with Windows Operating Systems. I have attached white papers and examples below for those below.
Resources:
GPIB Programming Overview
http://www.ni.com/tutorial/2761/en/
GPIB Programming Tutorial
http://digital.ni.com/public.nsf/allkb/DDF4FAB478F48492862571EA00093B20
Regards,
Ali S.
Applications Engineer
National Instruments
05-04-2016 08:56 AM
Ali,
Thanks for your help. We're okay with writing our own serial interface, but what we need is the established protocol for the device, i.e., what commands can be sent to the device and what are the expected responses, and what is the exact format for each.
Is this something that NI would make available?
Thanks,
Steve