| View previous topic :: View next topic |
| Author |
Message |
Shapyi
Joined: 25 Apr 2005 Posts: 95
|
Posted: Sat Feb 09, 2008 4:59 pm Post subject: 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. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sat Feb 09, 2008 5:05 pm Post subject: |
|
|
|
|
| Back to top |
|
 |
Shapyi
Joined: 25 Apr 2005 Posts: 95
|
Posted: Sat Feb 09, 2008 5:23 pm Post subject: |
|
|
I thought it was something like that, it turned out I was using:
| Code: | | #define printf pspDebugScreenPrintf |
From one of the sample programs and not stdio.h. Thank you very much, this will save me a lot of headaches. |
|
| Back to top |
|
 |
|