sending A getting ?
I am sending it to my PC in hyperterminal. the cable is ok (it works with my basic stamp)
DEVICE········· SX28, OSC4MHZ, TURBO, STACKX, OPTIONX
FREQ··········· 4_000_000
Start:
Main:
pause 1
SEROUT RB.0, T9600, "A"·· ;geting ? in hyperterminal.
pause 1
SEROUT RB.0, N9600,·"A"··;geting ≡ in hyperterminal.
pause 500
· GOTO Main
thanks for your help
DEVICE········· SX28, OSC4MHZ, TURBO, STACKX, OPTIONX
FREQ··········· 4_000_000
Start:
Main:
pause 1
SEROUT RB.0, T9600, "A"·· ;geting ? in hyperterminal.
pause 1
SEROUT RB.0, N9600,·"A"··;geting ≡ in hyperterminal.
pause 500
· GOTO Main
thanks for your help
Comments
You are using the internal oscillator.· That's not good enough for serial comms.· You'll have to use a better timebase (resonator, external crystal, crystal oscillator.)