Simple question - how to redirect/echo debug to another pin?
Stephen Moraco
Posts: 316
in Propeller 2
I would like to either redirect the debug output to another pin or echo it to another pin.
> During execution, as DEBUG statements are encountered, text messages are sent out serially on P62 at 2 Mbaud in 8-N-1 format.
I'm not finding any references to how this may be done. Did I miss something here in the P2 Forum?
Help? ;-)
> During execution, as DEBUG statements are encountered, text messages are sent out serially on P62 at 2 Mbaud in 8-N-1 format.
I'm not finding any references to how this may be done. Did I miss something here in the P2 Forum?
Help? ;-)
Comments
https://docs.google.com/document/d/16qVkmA6Co5fUNKJHF6pBfGfDupuRwDtf-wyieh_fbqw/edit#heading=h.rlg9fde8ml7x
from propeller.parallax.com
Thanks @"Jeff Martin" for your edit comments which will prevent others from missing DEBUG_PIN!
Another useful bit of info around that area of the doc. would be to add the minimal setup code to configure an alternative serial out pin. -Just a thought...