Raymond Genovese
- Joined Mar 5, 2016
- 1,653
delay(50) is to wait for the software serial to "settle": IOW it is something I have used over and over again and if seen over and over again but have never really determined that it is needed (sorry for the honesty).It is TTL, so I don't quite understand why the other serial communication is mentioned. But I more want to know, why the delays? (I'll have an LCD display running at the same time...so I feel like I should not have the delay function anywhere in the code.)
delay(1000) is just for the demonstration - it will send R0150 \R every second - just to illustrate.