[quote:d990fcab94="jwolf"]Thanks for the good hint, Madf, but unfortunately the device I have will reply sending ASCII in multiple lines using <CR> inbetween,
which will stop the input routine after the first line (tried that already :D ).[/quote:d990fcab94]
You can use:
- CONFIG INPUT;
- $ TIMEOUT.
To configure and control data entry. It really helps on slower and the MCU when transferring large amounts of data.
↧