PC から,リアルタイム信号処理を行っている Nucleo-F446 を制御する例.

Dependencies:   mbed SerialTxRxIntr F446_AD_DA_Multirate

Revision:
1:54515e9b1796
Parent:
0:5325ec2b5b02
Child:
2:1aff436cba4a
--- a/main.cpp	Mon Jul 09 04:17:46 2018 +0000
+++ b/main.cpp	Mon Jul 09 08:58:55 2018 +0000
@@ -30,7 +30,8 @@
 
 int main()
 {
-    printf("\r\n端末エミュレータでも使用可能\r\n");    
+    printf("\r\n端末エミュレータでも使用可能\r\n");
+    rxTx_.EchobackEnable();     // エコーバックを有効にする
 
     // 以下の割り込み優先順位の設定を忘れないこと
     NVIC_SetPriority(ADC_IRQn, 0);      // ADC 終了割り込み:最優先