You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found your fantastic code and try to understand it.
I want to create a P1 reader and forward it to another device with a P1 interface like an EV charger.
I want to change the messages before sending so try to figure out how the CRC works.
I see you are inverting the serial read interface ? Why are you doing this ?
If I would forward the messages to the TX pin. Would I also need to invert it ? I don't understand this part.
I expect if I forward it on the TX port I will have to avoid println's .
The text was updated successfully, but these errors were encountered:
Hi,
I found your fantastic code and try to understand it.
I want to create a P1 reader and forward it to another device with a P1 interface like an EV charger.
I want to change the messages before sending so try to figure out how the CRC works.
I see you are inverting the serial read interface ? Why are you doing this ?
If I would forward the messages to the TX pin. Would I also need to invert it ? I don't understand this part.
I expect if I forward it on the TX port I will have to avoid println's .
The text was updated successfully, but these errors were encountered: