Hi,
I am having continuous overrun events even there is no CAN message on line. Please advise.
To duplicate:
1. System communicates properly with on one device and PC (PCN-USB)
2. disconnect USB from PC. A message is shown on PCAN-View Trace 'Hardware plug-out'
3. reconnect USB to PC, A message ...
Search found 4 matches
- Wed 16. Mar 2016, 20:53
- Forum: PCAN-USB
- Topic: Overrunn error
- Replies: 1
- Views: 4344
- Mon 30. Nov 2015, 20:17
- Forum: PCAN-USB
- Topic: PCAN USB and PCAN USB PRO FD coexist
- Replies: 1
- Views: 4094
PCAN USB and PCAN USB PRO FD coexist
Can I use both PCAN USB and PCAN USB PRO (FD) in the same computer?
Either PCAN-USB or PCAN-USB PRO FD works fine on the same computer (Win 7, 64bit) but I was unable to make any one work when both drivers are installed.
Thanks.
Eric
Either PCAN-USB or PCAN-USB PRO FD works fine on the same computer (Win 7, 64bit) but I was unable to make any one work when both drivers are installed.
Thanks.
Eric
- Wed 25. Nov 2015, 01:47
- Forum: PCAN-Basic
- Topic: PCANBasic filtermessage question (python)
- Replies: 3
- Views: 7170
Re: PCANBasic filtermessage question (python)
Keith,
Thanks for the info.
PCAN_USBBUS is the actual channel number, not a good naming convention on my part!
Thank you for the info on filter, yes, bit patterns of both 11 and 29 have to be set for the filter and, due to the overlapping bits, certain message IDs will go through as a result ...
Thanks for the info.
PCAN_USBBUS is the actual channel number, not a good naming convention on my part!
Thank you for the info on filter, yes, bit patterns of both 11 and 29 have to be set for the filter and, due to the overlapping bits, certain message IDs will go through as a result ...
- Mon 23. Nov 2015, 20:08
- Forum: PCAN-Basic
- Topic: PCANBasic filtermessage question (python)
- Replies: 3
- Views: 7170
PCANBasic filtermessage question (python)
I still receive all messages with odd message id (such as 0x1b7, 0x1b9) but not even id (0x1b6) in the test code below.
Please advise, thank you.
self.m_objPCANBasic.SetValue (PCAN_USBBUS, PCANBasic.PCAN_MESSAGE_FILTER, PCANBasic.PCAN_FILTER_CLOSE)
self.m_objPCANBasic.FilterMessages(PCAN_USBBUS ...
Please advise, thank you.
self.m_objPCANBasic.SetValue (PCAN_USBBUS, PCANBasic.PCAN_MESSAGE_FILTER, PCANBasic.PCAN_FILTER_CLOSE)
self.m_objPCANBasic.FilterMessages(PCAN_USBBUS ...