read data send from zigbee
16 ビュー (過去 30 日間)
古いコメントを表示
Hi all i am working on matlab code to transfer image from my computer to another using ZigBee coneccted by usb port can any one help me pleas how can i read data from zigbee to matlab
0 件のコメント
採用された回答
David Sanchez
2013 年 10 月 3 日
ZigBee uses a serial protocol. Just create an serial object and read the input buffer.
read the serial documentation to create the serial object:
doc serial
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Classification Trees についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!