I have updated to the latest 4.6 drivers.
I am trying to use the new parameter TPCANParameter.PCAN_DEVICE_GUID, the same way as described in the documentation:
Code: Select all
StringBuilder strBuffer = new StringBuilder(256);
var status = PCANBasic.GetValue(PCANBasic.PCAN_USBBUS1, TPCANParameter.PCAN_DEVICE_GUID, strBuffer, 256);
I guess, this is due to my PCAN device firmware. I have tried with the same results on two devices:
- PCAN-USB Pro FD => FW version 3.2.0
- PCAN-USB FD => FW version 3.4.3
But even when I check on Peak website, both devices don't have version 3.5.1:
- PCAN-USB Pro FD => Most recent downloadable version is 3.4.7.
- PCAN-USB FD => Most recent downloadable version is 3.4.3 (same as my device which was purchased recently)