Closed zhihongliuus closed 5 years ago
Maybe relevant: https://github.com/pylessard/python-can-isotp
Closing since ISO-TP support is handled by python-can-isotp, so there's nothing actionable here. Driver-level support can be handled there.
Please feel free to comment if you feel otherwise.
Here is the example from python_ics:
https://github.com/intrepidcs/python_ics/blob/2201cba0344e923aa6bc2472d5e61c3661b63658/examples/iso15765_example.py#L50
Iso15765 Fuctions
def transmit_iso15765_msg(device, netid=ics.NETID_HSCAN, is_canfd=False): number_of_bytes = 64 msg = ics.CmISO157652TxMessage() msg.id = 0x7E0 msg.vs_netid = netid msg.num_bytes = number_of_bytes msg.padding = 0xAA
Flow Control