Printing to pcterm (PSPLink)
Printing to pcterm (PSPLink)
I'm new to PSPlink and I was wondering if it is possible to put a printf like command in a PSP program, run it with PSPLink and print it to the pc terminal rather than a the PSP screen. If it is possible, what would that code look like? Thank you.
I thought it was something like that, it turned out I was using:
From one of the sample programs and not stdio.h. Thank you very much, this will save me a lot of headaches.
Code: Select all
#define printf pspDebugScreenPrintf