Scanf and printf problem

21 Sep 2011

Hi all I am trying to transfer a string via serial port from one mbed to another using scanf and printf functions but it doesn't work.i have crossed the cables and attached the p9 of transmitter mbed to p10 of the other one and the same with the other wire.

i don't want to use getc and putc. I will appreciate it if anyone can help.

21 Sep 2011

This is the receiver:

Import programreciever

receiver

And transmitter:

Import programTransmit

transmit