10-02-2015 11:38 AM
Hi guys,
I would like create a graph that acquire the information through USB. I have the informations of y-axis that is divided it in 255 parts. Then, my external device writes the USB buffer with this protocol kind @[0-255]\n. @ is the start of my value, [0-255] is my value and the \n is the end of transmission. How you think to program this.
Thanks
10-05-2015 09:11 AM
Hi pdinox, have you already read this?
Using Third-Party USB or FireWire Devices with LabVIEW or LabWindows/CVI
http://digital.ni.com/public.nsf/allkb/42B604435E3F9604862565E20043CD30?OpenDocument
Also, maybe this example from the community can help you out:
10-05-2015 10:27 AM