I tried both, if i put in inside the quotes, it will actually attempt to say backslash 15

and another thing, if I do this, it doesnt say anything

Main:

serout 7, T9600, ("at your command\15")

End


-----

But if I do this this(below), it works, but repeats itself over and over again with the backslash 15 ,--that is why I think it is with the buffer, i just need to know how to send a data byte in PICBASIC and not a string.

Main:

serout 7, T9600, ("at your command\15")


goto Main


---

Any help????