alexadmin Posted March 19, 2008 Report Share Posted March 19, 2008 I try to operate with custom USB device based on FTDI FT245R chip. It works via VISA driver. I can succesfully write data to device. But reading causes some problems: If reading performed when no data available from usb then reading count is 2 and data are 0x31 0x60. If reading performed when data from usb present then reading count is two bytes more then real data present and first bytes are 0x31 0x60, next data is correct (from usb device). This occurs in LabView while reading via "VISA Read" block as well as while reading in VISA Test panel. What can cause this behavior? Any ideas? Quote Link to comment
alexadmin Posted March 20, 2008 Author Report Share Posted March 20, 2008 As a result I decide to not use VISA USB RAW driver. Now I use native FTDI driver via functions exported from driver dll. It works fine. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.