MATLAB: Is it possible to capture data from USB, through Silicon Labs CP2102 UART Bridge in Matlab (Windows 10)? I could not identify specific Matlab driver for the same..

data capturesilicon labs cp2102

Is it possible to capture data from USB, through Silicon Labs CP2102 UART Bridge in Matlab (Windows 10)? I could not identify specific Matlab driver for the same..

Best Answer

You use the vendor driver and open the device as a com port using serial(). No special MATLAB driver.
I did not investigate to see if it would be possible to wrap it with visa.