tao_z
2022-08-07 dd84d3ff28816a22a911bb26b435026b728676db
USBCAN.py
@@ -423,7 +423,7 @@
    def Receive(self, len=10, timeout=None):
        raw_message = (VCI_CAN_OBJ * len)()
        timeout = -1 if timeout is None else c_int(timeout * 1000)
        timeout = -1 if timeout is None else c_int(timeout)
        msg = list()
        rtn = USBCAN_DLL.VCI_Receive(self.device,
                                     self.device_index, self.channel,