Link to home
Start Free TrialLog in
Avatar of don23
don23

asked on

Debug strings on PDA

Is there a way to output debug strings on a P/CE device?  
If you're using DevStudio and have a P/CE device hooked up to the serial port, OutputDebugString writes to your main machine.  I'd like a way to write debug strings to the P/CE device.
ASKER CERTIFIED SOLUTION
Avatar of iarla
iarla

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lennerthj
lennerthj

I have to go with iarla.  If you want to write to the P/CE device. use printf.  If you only have the devlepment tools (no platform Builder) you won't be able to redirect the current output strings.  
Avatar of don23

ASKER

That's pretty much what I wanted to confirm.  We're looking to print the debug msgs out on the pda, not Dev Studio on the "main" computer.

So it looks like its WM_COPYDATA land for me!

Thanks,
Don
Your are welcome