07-10-2015 10:14 AM
Hello,
I am trying to get a device working in LabVIEW. This device does not advertize that it works in LabVIEW but I figured i woudl give it a shot anyway. When I run the driver wizard I get this error:
-1073807174 invalid character present in serial number
The devie is from China so that may have something to do with it.
usbview.exe is also not happy with the enumeratin of this device.
I relize this is not a LabVIEW error or NI issue, what I want to know is:
#1 is there any way around this issue? Looking for legit or hack.
#2 Anyone else ever run into this?
James
07-10-2015 02:21 PM
07-14-2015 08:52 AM
I have what I think is the command set. I assume they do provide an api, but not in labview so I would have to wrap that anyway. I figured step one was make inf for VISA, but that failed for the reasons stated above.
I have made several drivers before but never ran into this issue.
James
07-14-2015 08:58 AM - edited 07-14-2015 09:10 AM
@James_G1 wrote:
I have what I think is the command set. I assume they do provide an api, but not in labview so I would have to wrap that anyway. I figured step one was make inf for VISA, but that failed for the reasons stated above.
Have you been able to establish any kind of communication with the device? Have you tried using MAX to communicate using the API you have?
Edit: to clarify, you may be able to use the MAX test panels to send and read commands
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
07-14-2015 08:58 AM