MATLAB: Read data send from zigbee

Data Acquisition Toolboxzigbee

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

Best Answer

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
Related Question