leoc7
- 603
- 4
- 12
You try to compare Serial input „command_1\r\n"
command_1\r\n
with „command_1"
command_1
and these two are notnot equal.
You try to compare Serial input „command_1\r\n" with „command_1" and these two are not equal.
You try to compare Serial input
command_1\r\n
with
command_1
and these two are not equal.
You try to compare Serial input „command_1\r\n" with „command_1" and these two are not equal.