Open ElFishi opened 1 year ago
I might add that via telnet input is echoed (albeit twice) and executed:
squeezelite-esp32> heap
heap
I (144582) cmd_system: Heap internal:90367 (min:90143) (largest block:81920)
external:595747 (min:590687) (largest block:589824)
dma :83287 (min:83079) (largest block:81920)
I (144612) messaging: heap
Heap internal:90483 (min:90111) (largest block:81920)
external:595747 (min:590687) (largest block:589824)
dma :83403 (min:83047) (largest block:81920)
squeezelite-esp32>
squeezelite-esp32>
Does it do the same on telnet when NO serial is connected?
The log in Telnet looks the same as posted above without a serial cable attached and both telnet_enable Y and telnet_enable D.
echoed as well?
no serial connection, NVS telnet_enable D
squeezelite-esp32> heap
heap
I (41601) cmd_system: Heap internal:91123 (min:90775) (largest block:81920)
external:811935 (min:791575) (largest block:802816)
dma :84043 (min:83711) (largest block:81920)
I (41621) messaging: heap
Heap internal:91123 (min:90739) (largest block:81920)
external:811935 (min:791575) (largest block:802816)
dma :84043 (min:83675) (largest block:81920)
squeezelite-esp32>
squeezelite-esp32>
no serial connection, NVS telnet_enable Y
squeezelite-esp32> heap
heap
I (70312) cmd_system: Heap internal:89879 (min:89671) (largest block:81920)
external:1195903 (min:1138107) (largest block:1179648)
dma :82799 (min:82607) (largest block:81920)
I (70312) messaging: heap
Heap internal:89879 (min:89671) (largest block:81920)
external:1195903 (min:1138107) (largest block:1179648)
dma :82799 (min:82607) (largest block:81920)
squeezelite-esp32>
squeezelite-esp32>
Did more testing today. The thing is a bit strange.
If I hook up the serial cable, start Putty and boot the ESP, serial input works as expected. If I use the Arduino IDE Serial Monitor the serial input breaks and I need to keep hitting return to see all letters I entered on one line and have it executed. The same happens with hterm.
If I switch from hterm or Arduino Serial Monitor to Putty, Putty shows the same behavior. Only after reboot, Serial input works OK again with Putty.
Btw does anyone have a suggestion for a different terminal emulator that allows to switch off DTR and RTS?
Describe the bug
Commands entered via the serial interface are not received correctly.
Preliminary Information
Hardware Details
Please describe your hardware setup:
NVS Settings
Issue Description