Debug command protocol

I'd like to know how is the structure of the transmission resulting from a DEBUG command (baud rate, parity , data bits, stop bits, etc).I need this to interface a PICAXE 28A to a PC. With this a use the serial output pin and save pins and software.
Thanks
Cristian
 

BeanieBots

Moderator
I can't help with the debug bit but have you considered using "sertxd"? It outputs on the programming cable and so does not use any of your output pins. Its syntax is very similar to serout but it is at a fixed baud rate. (4800 I think, but check the manual).
Note, debug outputs all variables whether you want them or not and is VERY slow to execute.

Edited by - beaniebots on 9/7/2005 6:47:45 AM
 
Top