Search found 12 matches

by vapisoft
Sun Sep 03, 2023 12:11 pm
Forum: ESP32 Arduino
Topic: Connecting YAT terminal to Arduino Monitor via ESP32-S3-OTG
Replies: 0
Views: 1146

Connecting YAT terminal to Arduino Monitor via ESP32-S3-OTG

I connected the USB to a YAT terminal (on the PC) via Port 23 (the Arduino uses Port 21). Now it works only Half duplex depending on the settings of the “Flow Control” parameter in the YAT settings. Hardware (RTS/CTS) works from Arduino to Terminal. Software (XOn/XOff) works from Terminal to Arduino...
by vapisoft
Sun Sep 03, 2023 12:07 pm
Forum: ESP32 Arduino
Topic: Conneting ESP32-S3-OTG via BLE to PC
Replies: 0
Views: 972

Conneting ESP32-S3-OTG via BLE to PC

I use the: BLE_server.ino script I see the MyESP32 in Windows and in Android. I can pair in both. But when I send data from the Arduino I can see it only in Android Terminal. In Windows Terminal I don’t see all the lines that enable me to send and receive data (like I do in other BLE devices). Do I ...