Picbasic (Line feed/Carriage Return)

CoTang

Member
Hello, I'm using a picbasic pro to take info from an EEPROM and output it tp hyperterminal. I got the circuit working and everything but the only questioin I have is, how do you tell the hyperterminal to carriage return and Line feed. I know the decimal is 10 and 13 but when I send that to hyperterminal it just prints it out.

Ex.

hserout[DEC 10,13]

This would print it out as 10 and 13 in hyperterminal. Any suggestion?
 
You have to write hserout[10,13];
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…