How to simulate UART device #3268
-
Describe your core improvementI use SDL/host platform to simulate embedded project for rapid development, especially LVGL UI. ESP32 target have UART device which I does not have on the desktop. There I need:
Is there at least some example how to do simple script in macOS what will create such virtual device I can hook to the esphome project? Ideally I would like to have option in UART component what will expose websocket where I can send and receive messages by my simple script. Or option what will execute such script and utilize stdio for this.
Current limitationsCurrently Technical benefitsImprove developer experience where desktop simulator is helpful for complex projects. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can setup a socket or pty to connect to. |
Beta Was this translation helpful? Give feedback.
You can setup a socket or pty to connect to.