Sevenstax / FreeV2G

Python based Host MPU Application for the use with 8DEVICES WHITE-BEET Embedded ISO15118 Module modules to realize IEC/ISO15118 and DIN70121 conform charging communication between electric vehicles (PEV) and elevtric vehicle supply equipment (EVSE). FreeV2G can e.g. been used with a Raspberry Pi.
Other
57 stars 26 forks source link

Question:So what is the UART Debug exchange rate? #341

Closed Volodymyr233 closed 2 months ago

Volodymyr233 commented 2 months ago

Before you post

Your Question Everywhere in documentation (Wiki, Users Manual) i found such parameters: 1000000, 8, n, 1. But real work parameters for all terminals (hterm.exe etc) are 115200, 8, n, 1. Is it related to firmware version? Current FW version is V01.01.07(EVSE).

lho-stx commented 2 months ago

Hey @Volodymyr233,

yes this is related to the firmware version, you can find the manual for the EVSE v1.1.7 in the corresponding git tag. Please note: The EVSE v1.1.7 is outdated. Please consider upgrading to the latest EVSE firmware to receive further support in the future.

Thank you and best regards, lho

Volodymyr233 commented 2 months ago

Hi! Thanks for explanation!