MATLAB: Is it possible to add support for RS485 serial interface in MATLAB

485MATLABrs-232rs-485

I would like to communicate with a device that uses the RS485 serial interface. However, MATLAB uses the RS232 serial interface. I would like to see support for RS485 in MATLAB.

Best Answer

This enhancement has been incorporated in Release 2010a (R2010a). For previous product releases, read below for any possible workarounds:
The ability to have support for RS485 serial interface is not available in MATLAB.
As a workaround, you can purchase a third-party RS232/RS485 converter. This converter plugs into a PC serial port and will allow MATLAB to communicate with devices that use the RS485 interface.
Related Question