Hi all, I just began working with sending some OBD requests to my Hyundai IONIQ.
I found some request examples and interpretations of those codes based on the Pioniq project on Github / which uses python-obd...
The data Im interested in getting with python-can is from a request for BMS Battery Information, request 7E4#021010.... which should return me a 61 long Byte array of data,...
However with python-can and cansend, I only get returned the first 8 bytes I think.
Also when I try to send a request with is_fd=True ... I get an error from python-can.
Im wondering if someone could give me a hint? Im not even sure if IONIQ supports long FD messages. Sorry to be such a newb :)