Hello,
i have a little program, based on this framehandler
https://www.victronenergy.com/live/vedirect_protocol:faq
so mit most devices it works perfect.
but with a 150/70 it doenst work, the problem is that the device append a HEX message direct after the Checksum byte without linebreak or something.
the message from the device is:
PID 0xA071 FWE 315FF SER# HQ2324YAH29 V 22000 I 0 VPV 0 PPV 0 MPPT 0 CS 0 OR 0x00000001 ERR 0 LOAD OFF H19 1077 H20 0 H21 4 H22 117 H23 921 HSDS 16 Checksum ▒:A2001002200000008 :ADBED00750806 :AD5ED009708EA :A8DED00970832
so i tried all linked arduino librarys and other examples linked in this froum and support pages, but no on can handle this message.
anyone a idea, or can update the framehandler example?
thank you