04-23-2007 03:01 PM
04-24-2007 02:43 PM
Hi Jeremy,
From your description, it sounds like you might have been following the steps in MAX outlined in this article for communication with a USB RAW device, is this correct? And to clarify, the USB device (running WindowsCE) will be sending messages to your computer (it sounds like modifying the WindowsCE program to send messages to your computer is still a work in progress) via USB and you would like to interpret these in LabVIEW on your computer?
What specific problems were cropping up when trying to do communication between the USB device and your computer through MAX?
04-24-2007 03:20 PM
Yes - I was using that article to create a driver for a USB RAW device. Yes, the device running Windows CE will be sending messages to the PC via USB and I would like to read these in LabVIEW (and yes, modifying the WinCE program is still a work in progress).
But when I use the VISA Test Panel (and when I create a VI using VISA Read/Write) to send the "*IDN?\n" command, I see that it returns 6 bytes but I can't figure out how to read those 6 bytes. I was also wondering if there are other standard commands that can be sent and received via USB in Windows CE? If not, is there some program that I can install on my WinCE device that will send messages over USB?
Any advice is welcome. Thanks.
05-30-2007 02:05 PM
Hi Jeremy,
Sorry for the long delay. Unfortunately, USB RAW has no standard communication protocol. You'd need a device that handled USB TMC for that. So, your best bet would likely be to speak with the manufacturer of this USB device running Windows CE to see what advice they may have. Good luck with everything!