10-29-2007 07:33 AM
10-29-2007 09:53 AM
10-30-2007 02:31 AM
10-30-2007 03:53 AM
10-30-2007 09:08 AM
Your question was all of 12 words. That's hardly enough detail to be able to provide a specific answer, which you apparently seem to want. If you want a specific answer, you need to provide specific details. Otherwise, you will get a general answer. It should also be pointed out that your last comment was that you wanted detail.
I expected an answer to my question, but it seems that my question raises more questions?
That's extremely naive. What you're communicating with has everything to do with it. There are tons of ways to communicate with controllers and devices. Just saying you want to communicate with something over USB is not enough without providing information as to what you've got or what you're planning. USB isn't like the serial port. If the microcontroller doesn't have a USB interface, then you need to provide a hardware interface between LabVIEW and the microcontroller in order to be able to talk to it. If the microcontoller has a USB interface, then the route to take is a little different, but still involves using VISA. At the worst level you would need to use VISA RAW, which requires detailed knowledge of the communication protocol that the microcontroller uses.
Basicaly it doesn't matter if I want to communicate with a controller or another device
10-30-2007
04:56 PM
- last edited on
01-28-2025
01:43 PM
by
Content Cleaner
10-31-2007 02:01 AM
04-12-2013 03:52 PM
How can I communicate with a microcontroller, over an USB port, in LabView. I am at the beginning with LabView.
I have Atmega 32U4 with USB interface.Also driver for the same is installed.
How should i read the data from controller.
Do i need to wire a code for controoler to send data.The controller is only device type not a host.
04-15-2013 04:32 PM
You may try creating a new thread. This one is rather old.