Ok I had to make a chane to get it to compile mine doesn't like how you did the defines but here it is
@ __CONFIG _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _BODEN_ON & _CP_OFF & _CPD_OFF
SO VAR GPIO.0 ' serial out pin
ANSEL = 0 ' disable converters
CMCON = 7 ' disable comparators
OSCCAL = 0 ' starting value
Pause 2000
loop:
OSCCAL = OSCCAL + $10 ' increment calibration value
SerOut2 SO,16468,[HEX2 OSCCAL, " This is a close OSC Value!",10,13] ' Display the hex value
Pause 750 ' give time to read the value
GoTo loop ' do it forever
I setup hyperterm with the settings you said and then set it to vt100 as well? its running now will let you know how it does.




Bookmarks