Writestring
COM.writeString(port, str)
Parameters
| port | COM port name as a string. |
| str | String to write to the COM port. |
Returns
NothingDescription
Writes the string given by str to the specified COM port.
Wowwee MIP V2
— UART interface to hack WowWee MIP with ESP32/ESP32‑Cam or EZ‑B v4 for ARC; hardware UART preferred, configurable power and baud 9600/115200
Try it →
COM.writeString(port, str)
| port | COM port name as a string. |
| str | String to write to the COM port. |
Writes the string given by str to the specified COM port.