I'm new on PICBASIC.
As I understand I can use the command SEROUT if I want to write a simple "Hello World" program and print to Hyperterminal.
Iīm using the PIC16F876. And downloading the code with PICBASIC-LAB 3.9.

Something like this: SEROUT 3,103,0,1,["Hello World",(0)]

So the problem is that I cant find what 103,0,1 stands for. Sometimes itīs 108,0,0 and so on.
How do I write a simple "Hello" that will show up on the Hyperterminal...?

Or is there limits so I must get PBP??
/K