letscontrolit/ESPEasy

[FR] serialsend for the serial proxy plugin

chromoxdor opened this issue · 2 comments

Since with the help of @tonhuisman i can process already data coming from my arduino nano it would be nice to also send some data/commands back.

Right now this can only be achieved by following steps:

  1. Creating two tasks. "serial proxy" and to use serialsend also "serial server "
  2. De- and reactivate the "serial proxy" task (without it receiving will not work anymore)

So having the option to use serialsend by using only "serial proxy" would be really great. :)

Hmm, that's what the commands serialproxy_write and serialproxy_writemix are intended to do... 🤔 Docs

Ubbs.. how did i miss that? Strange 😬