Proton Development Suite
Posted: Fri Jan 28, 2005 8:26 am
Hello,
Having a problem getting this to do what I wantI have a lcd2041.Looked through the pdf then looked at the forum for the basic stamp ,they use alot of the same commands but in this case it does not seem to work.Here is some of waht I had tried:
Device 12f629
set_osccal 'Set the osccal value from the last location in program memory
config intrc_osc_noclkout, WDT_Off, PWRTE_ON, CP_OFF, MCLRE_OFF,CPD_OFF,BODEN_ON
'-------------------------------------------------------------------------------
dim led as gpio.4
ALL_DIGITAL = TRUE
DECLARE SERIAL_BAUD 9600
DECLARE RSOUT_PIN gpio.5
DECLARE RSOUT_PACE 100
delayms 1000
start:
RSOUT AT 1,1, "blah blahY"
delayms 2000
RSOUT AT 1,1, $FE ,$88
delayms 1000
high led
delayms 5000
low led
goto start
I cannot get it to print to another line until it fills line one either
If you would like to try it get the demo below
http://www.picbasic.org/wheretobuy.php?id=protonds
Any Ideas
Thanks Stan
Having a problem getting this to do what I wantI have a lcd2041.Looked through the pdf then looked at the forum for the basic stamp ,they use alot of the same commands but in this case it does not seem to work.Here is some of waht I had tried:
Device 12f629
set_osccal 'Set the osccal value from the last location in program memory
config intrc_osc_noclkout, WDT_Off, PWRTE_ON, CP_OFF, MCLRE_OFF,CPD_OFF,BODEN_ON
'-------------------------------------------------------------------------------
dim led as gpio.4
ALL_DIGITAL = TRUE
DECLARE SERIAL_BAUD 9600
DECLARE RSOUT_PIN gpio.5
DECLARE RSOUT_PACE 100
delayms 1000
start:
RSOUT AT 1,1, "blah blahY"
delayms 2000
RSOUT AT 1,1, $FE ,$88
delayms 1000
high led
delayms 5000
low led
goto start
I cannot get it to print to another line until it fills line one either
If you would like to try it get the demo below
http://www.picbasic.org/wheretobuy.php?id=protonds
Any Ideas
Thanks Stan