ASCII 10 = <LF> Line FeedOriginally Posted by fesparza
ASCII 13 = <CR> Carriage Return
Appendix D of the PBP manual "ASCII Table"
Hope that helps
ASCII 10 = <LF> Line FeedOriginally Posted by fesparza
ASCII 13 = <CR> Carriage Return
Appendix D of the PBP manual "ASCII Table"
Hope that helps
Keith
www.diyha.co.uk
www.kat5.tv
This (Rentron) code is almost exactly what we need for our project. Except that we want the temperature reading to be stored in a register so that we can compare it to some values using IF-Then statements, and light up a certain LED. Is this code saving this value in the "temp" location that was defined earlier? If so, where is the 'temp' locations and what lines of code could I delete since I have no need for the serial communication to the PC?
Thanks
Bookmarks