09-28-2006 04:26 PM
10-02-2006 03:49 PM
Hi Steve,
The USB-8451 only supports 8 bit transfers. You can still write a 16 bit number, but there will be a small delay between the 2 bytes (approximately 10-20 us). This is a small delay and is typically not a limiting factor in your program.
The approach you would take when writing/reading a 16 bit number, would be to write/read a byte array of length 2. You can use Type Cast to convert back and forth between arrays of 8 bit integers and arrays or 16 bit integers.
I hope this helps, but let me know if you have any questions!
10-02-2006 05:30 PM
10-02-2006 05:46 PM
Hi Chris,
I just wanted to know if I can write or read 16 bit word(command) at a time using USB 8451. If I can, please show me how.
10-03-2006 01:26 PM
Hi,
My partner had it working already.
Thank You
Steve