CodeWarrior 10.1 (Build ID 110204)
I understand how to set up TERMIO to use SCI1 or SCI2, but on some projects we need both of those serial ports for other purposes.
Is it at all possible to write a TERMIO_PutChar() that can output characters to the Console tabe of the Debug Perspective? After some searching, I saw that the 16-bit processors have a virtual SCI0, but it doesn't look like that's an option on the HCS08.
I would think it's got to be possible somehow, unless those are features of the BGD interface that aren't supported by this processor.