oxan / esphome-stream-server

Stream server (serial-to-wifi bridge) for ESPHome
Other
179 stars 72 forks source link

does this support hex uart data? #20

Closed goxofy closed 1 year ago

oxan commented 1 year ago

If by "hex uart data" you mean transferring binary data, yes. If you mean converting binary data to ASCII-encoded hex, no, that is not possible. Transforming data is in general not a goal for this project.