Does Matlab supports socket can communication?

8 ビュー (過去 30 日間)
Prajwal Sangam
Prajwal Sangam 2023 年 4 月 11 日
編集済み: Andrei 2023 年 11 月 21 日
I am using CAN device from CANable vendor, I have installed vehicle network toolbox, but it seems it doesnt support CAN device from CANable vendor. I was using can module in python before, is there anything similar to socket can in MATLAB which works with any of the CAN device.

回答 (2 件)

Surya
Surya 2023 年 4 月 18 日
Hi,
MATLAB provides a way to communicate with CAN devices through the Vehicle Network Toolbox. However, the supported hardware list for the Vehicle Network Toolbox is limited to specific hardware vendors and models, and may not include all devices, including the CANable device you are using. check
If the Vehicle Network Toolbox does not support your specific CAN device, you may need to use a different approach in MATLAB to communicate with the CANable device. One possible approach is to use the MATLAB Instrument Control Toolbox, which provides functionality for communicating with external instruments and devices using standard communication protocols, such as TCP/IP, UDP, and serial communication.
Hope It helps.

Andrei
Andrei 2023 年 11 月 21 日
編集済み: Andrei 2023 年 11 月 21 日

カテゴリ

Help Center および File ExchangeDevelopment Computer Setup についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by