All I would like is some sample code, such as a simple line that says "hello mark". Once I have that, I think I will be able to figure the rest out myself using the manual. So far everything I have tried has turned into a bunch of garbled letters. Hopefully I dont have the chip with the bug on it........
Here’s my test code. I’ve tried it successfully on a 28X project board and a bare-bones 08M - this is the 28X variant as it communicates through Pin 7 (no pin 7 on an 08!). The code is straight from the PicAxe Manual - volume 3 I think.
init: pause 500
main: serout 7,N2400,(254,128) serout 7,N2400,(“Hello!123”) end