Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
Phantom8
Posts: 30 Joined: Fri Jun 17, 2005 10:17 am
Post
by Phantom8 » Tue Sep 04, 2007 2:00 am
Is it possible to output debug messages from my application to the usbshell using psplinkusb? I've tried to use Kprintf, but the messages never gets printed in the usbshell.
PSPJunkie
Posts: 14 Joined: Tue Jan 23, 2007 12:55 pm
Location: Jersey
Contact:
Post
by PSPJunkie » Tue Sep 04, 2007 2:52 am
PSPLink redirects the stdout and stderr so just use printf() to print text to the pspsh screen.
fishdrop
Posts: 16 Joined: Tue Oct 31, 2006 8:46 pm
Post
by fishdrop » Thu Sep 27, 2007 11:25 am
PSPJunkie wrote: PSPLink redirects the stdout and stderr so just use printf() to print text to the pspsh screen.
But it may be not work in slim psp.
How can I do?