-
I'm struggling with another topic regarding the ESP32 serial interface. I configured the serial bridge per the following:
That is: invert RX input, and then some standard parameters. I receive ASCII data from our smart meter properly, something like this:
However, I'm not able to switch the input to any other format, like hex dump. I need this because the decoded ASCII representation seems to clamp off some non-printable characters, while the hex dump retains them in hex codes. I need them to test the CRC embedded in the output. Issuing What am I overlooking? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If you want flexibility, I'd suggest to just stop using the serial bridge, and switch the Berry, where you have full control. Anyway, the
|
Beta Was this translation helpful? Give feedback.
-
Thanks, Can we conclude that |
Beta Was this translation helpful? Give feedback.
If you want flexibility, I'd suggest to just stop using the serial bridge, and switch the Berry, where you have full control.
Anyway, the
SerialDelimiter
command has: