Does py_canoe support flow control of CAN bus messages? #57
Replies: 1 comment
-
flow control will be taken care by CANoe application. with py_canoe it is not possible to control/change data flow between ECU and CANoe. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does py_canoe support flow control of CAN bus messages?
If yes, a) through which API methods? b) what paramaters can I specify in my tx request?
I'm attempting to do the following: x.send_diag_request(diag_ecu_qualifier_name = "EIM", request = "22 FE 00").
This python code from tester reads DID 0xFE00. Can the tester also provide any flow control info in this request to the product? Please expand on how py_canoe's flow control works? thanks kindly
Beta Was this translation helpful? Give feedback.
All reactions