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.
6 years, 2 months ago.
如何使用UART在F207ZG中傳送訊號出去 與 接收訊號回來
已有看過範例與找出UART位置 (PA10,PA9)
想詢問若從內/外部 操作控制 他們分別是如何(撰寫)使用與腳位位置?
1 Answer
6 years, 2 months ago.
Hi 薳之 張,
You can use RawSerial to do UART read/write, the documentation is here.
https://os.mbed.com/docs/mbed-os/v5.13/apis/rawserial.html
Thanks, Desmond