08-14-2005 03:53 PM
08-14-2005 07:18 PM - edited 08-14-2005 07:18 PM
Hi!
I don't really understand your question. Are you asking how many elements have an Array have? What size is your eeprom. typically I would write to an eeprom register by register. the size of each register will determine the width of your array. there are some usb functions in labview 7.1. look under ALL FUNCTIONS->INSTRUMENT I/O->VISA->VISA ADVANCED->INTERFACE SPECIFIC->VISA USB
Goy
Message Edited by SG_ENGINEER on 08-14-2005 07:19 PM
08-15-2005 07:48 AM
08-15-2005 09:45 AM
You should be able to create arrays of any dimension with whatever elements you like so long as you have the RAM for it.
It sounds like you are trying to set up some in-system programming for a microcontroller or FPGA. To communicate to the electronics via the USB port usually requires some USB-to-UART interface chip. If this is in place on your board and you have installed the drivers for the UART chip, then the device should show up as an additional com port in your operating system. You can address this device using the VISA protocol VIs and be able read or write data to the device.