03-19-2019 09:40 AM
I'm trying to use Benoit's updated FTDI Labview drivers: https://lavag.org/files/file/282-mpssedll-labview-driver/
but it appears that the deviceAddress isn't being sent correctly:
Test.vi w/address =0001 0001
Address=-0010 0010
The data values seem to be too early relative to the initial clock transition. Could this be an issue with the libMPSSE.dll or the Labview driver settings?
Solved! Go to Solution.
03-19-2019 03:03 PM
Turns out the scope decode has a "include read/write bit" option, which changes the value of the address. I've got the correct device address now, just no response yet.