I use the last rev. of Great Cow Grap. Basic (Version 0.9 14/2/2010) and im not able to send char over RS232 .
i use 16F84A and 16F628A working at 4MHz and this is the code that is no working:
;Chip Settings
#chip 16F84A,4
#config OSC=XT
;Defines (Constants)
#define SendAHigh Set PORTB.0 ON
#define SendALow Set PORTB.0 OFF
Dir PORTB.0 Out
InitSer 1, r9600, 1+WaitForStart, 8, 1, none, normal
Do Forever
Wait 1 s
SerPrint 1, "Hello!"
Loop
thanks for help !!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use the last rev. of Great Cow Grap. Basic (Version 0.9 14/2/2010) and im not able to send char over RS232 .
i use 16F84A and 16F628A working at 4MHz and this is the code that is no working:
;Chip Settings
#chip 16F84A,4
#config OSC=XT
;Defines (Constants)
#define SendAHigh Set PORTB.0 ON
#define SendALow Set PORTB.0 OFF
Dir PORTB.0 Out
InitSer 1, r9600, 1+WaitForStart, 8, 1, none, normal
Do Forever
Wait 1 s
SerPrint 1, "Hello!"
Loop
thanks for help !!