This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

serial interface software with matlab

hi, i need to develop a software similar to Z-Location Engine with matlab so i need to know how do i have to send and receive messages to/from dongle node through serial port.

does it use asynchronous or synchronous mode?

does anyone have a matlab example code about how to read or write these messages?

thanks for your help

  • Hi jorge,

    The dongle node can typically use the USART asynchronously for full duplex serial communication with the PC at a pre-determined/fixed baud rate.

    To get more help on how to interface serial ports from MATLAB, I would suggest you to look at the brilliant site MATLAB Central (it has loads of examples and libraries).