How can I send no data with the Simulink Arduino serial transmit block?
1 回表示 (過去 30 日間)
古いコメントを表示
Apologies if I've missed something obvious -
I'm experimenting with the Arduino blockset in Simulink, sending serial data from an Arduino Uno back to my PC. I can transmit data just fine, but how do I not send anything? If I use a zero as the input to the Serial Transmit block then the Arduino just sends a zero over the serial port every time step.
I tried using a function call or an enabled subsystem to gate the signal but the output remains at its previous level when the subsystem is disabled, so the serial keeps sending the same character. There must be a simple way to do this, but I haven't found it yet.
0 件のコメント
回答 (1 件)
Multiplexer
2017 年 7 月 25 日
This is how the block is designed to be. Its meant to send 0 when there is no data in serial buffer. Even the Instruments Control block has no option to "not transmit anything".
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Support Package for Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!