Page 1 of 1

Python support?

Posted: Sat 21. Aug 2021, 17:34
by vgramkris
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?

Posted: Mon 23. Aug 2021, 11:38
by K.Wagner
Hello,
vgramkris wrote:
Sat 21. Aug 2021, 17:34
On checking the pcan-uds documentation, it says python is not supported.
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.
vgramkris wrote:
Sat 21. Aug 2021, 17:34
Is there any plans to support python in the future for uds like pcan-basic?
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.

Re: Python support?

Posted: Tue 24. Aug 2021, 18:06
by vgramkris
Thanks for clarifying Kenneth

Re: Python support?

Posted: Wed 25. Aug 2021, 08:22
by K.Wagner
you're welcome. Closed.