telnetspy icon indicating copy to clipboard operation
telnetspy copied to clipboard

Telnet Server For ESP8266: Cloning the serial port via Telnet. "Debugging over the air"

Results 4 telnetspy issues
Sort by recently updated
recently updated
newest added

Had this error building synman/BME280 for an Arduino Nano ESP32 on PlatformIO. lib/TelnetSpy/TelnetSpy.cpp:43:13: error: cannot convert 'USBCDC*' to 'HardwareSerial*' in assignment Google suggested this compile flag: platformio_options: board_build.extra_flags: - "-DARDUINO_USB_CDC_ON_BOOT=0"...

Allows use of this library with controllers that lack a distinct USB-to-UART chip such as the ESP32-S2

Do not store telnet pings in buffer. Tidier holdoff management

When building a project in PlatformIO targeting the ESP32-C3, the linker throws the following error: ``` Linking .pio\build\m5stamp-c3\firmware.elf c:/users/a/.platformio/packages/toolchain-riscv32-esp/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld.exe: .pio\build\m5stamp-c3\libda1\libTelnetSpy.a(TelnetSpy.cpp.o): in function `TelnetSpy::debugWrite(unsigned char)': G:\Documents\PlatformIO\Projects\Mux Controller/.pio/libdeps/m5stamp-c3/TelnetSpy/TelnetSpy.cpp:346: undefined reference to `ets_write_char_uart'...