Instrument Control ToolboxでUSB出力のセンサデータの読み取りはできますか?
2 views (last 30 days)
Show older comments
RS232-C規格のUSB出力のセンサデータをSimulink上に出力する方法を教えてください。
0 Comments
Accepted Answer
michio
on 14 Nov 2016
Edited: michio
on 14 Nov 2016
File Exchangeで公開されているこちらのサンプルはお試しいただきましたか?
その他の情報はこちら
3 Comments
Akihiro Yasuda
on 17 Nov 2016
データシートおよび現物がないので、推測を含みますが、 Serial Sendブロックが使えるかもしれません。
「$TSC,RAW,200*32」を、下記コードで数値に変換し
uint8('$TSC,RAW,200*32')
「CR/LF ('\r\n')」と設定したSerial Sendブロックに渡して頂ければ
実現できるかもしれません。
ただ、この場合、MATLAB側が"TAG250 IMU"をCOMポート経由で確認できる必要があります。
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!