Sending Integers from 56F8347 using printf?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sending Integers from 56F8347 using printf?

2,373 Views
Kai
Contributor I
Hello,
 
How can i send Integers to my Computer, using the serial interface? If i use the printf funktion, the Codewarrior open an extra console. This method slows down the Controller(56F8347) and destroys my realtime for the cloosed loop control. Is there a function, which can send Integers in realtime to the serial Interface?
 
Thanks and please excuse my english



J2MEJediMaster added MCU type to header.
 
 

Message Edited by J2MEJediMaster on 2007-05-01 11:06 AM

Labels (1)
Tags (1)
0 Kudos
3 Replies

369 Views
Alban
Senior Contributor II
Hello Kai,

There are already a lot of posts about using printf.
Please have a look at the special threads on printf and you will find your answer.

In order to do this, use the search engine at the bottom left of the page.

Cheers,
Alban.
0 Kudos

369 Views
Kai
Contributor I
Hello Alban,
 
I found nothing suitable thing searching for entries with printf. How can I switch the CONSOLE off. I would like to use the serial port and a terminal program. If the programm  uses the Console, i have nor realtime anymore.
 
Thank you
0 Kudos

369 Views
Alban
Senior Contributor II
Hello,

I think closing a component is enough for it to be switched off.

Cheers,
Alban.
0 Kudos