Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 4 months ago.
Nucleo f746gz to Nucleo f746gz serial communication
hi,
I'm new to this mbed platform and I need to communicate in between two Nucleo F746GZ boards via Serial interface. All i need to do is send a array of integer character, I have tried several example code which I got but non of those are working as I wish. So, please can someone help to overcome this problem?
thanks!
Could you elaborate on 'non of those are working as I wish'? Setting up serial communication is as easy as connecting RX on board1 to TX on board2 and TX on board1 to RX on board2 and then using the
posted by Jan Jongboom 04 Oct 2016Serial
class.