Then whatever you read, the person lied or you read it incorrectly. PlatformIO’s serial monitor, aka miniterm.py
, sends characters immediately, unless you tell it to wait for an enter press using monitor filters, i.e. by adding
monitor_filters = send_on_enter
to the platformio.ini
.
This was already discussed in Is there anyway to send manually typing messages to arduino through serial port in platformio?.