I am using a PCI-CAN 2-port device and I need to send over 128 bytes of data in binary. So far, every time I try to increase the data frame size to 128, the program locks up.
AttrIdList(1) = NC_ATTR_CAN_DATA_LENGTH
AttrValueList(1) = 128
It works fine at 8 bytes, so my first question is whether it is possible to have a data length of 128 bytes? I am using VB 6.0 on Win95. I will E-mail you my program if you need it, thanks.
Marty