Debug message with psplinkusb

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Phantom8
Posts: 30
Joined: Fri Jun 17, 2005 10:17 am

Debug message with psplinkusb

Post by Phantom8 »

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 »

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 »

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?
Post Reply