Python support?
Python support?
On checking the pcan-uds documentation, it says python is not supported. Is there any plans to support python in the future for uds like pcan-basic?
Re: Python support?
Hello,
Yes, this is true. Main cause for this is that Python is used for multi-platform programming and, unlike PCAN-Basic, the APIs PCAN-ISO-TP and PCAN-UDS are not implemented on Linux. To avoid misunderstandings we just do not offer a Python header file for these APIs.
Even though we haven't abandoned the idea of offering a header file for Python, we currently have no concrete plans to do so, though this may change in the near future. If you need/want to program UDS on Python, you will need to write a Python wrapper by your own.
Best regards,
Keneth
Keneth
Re: Python support?
Thanks for clarifying Kenneth