필터 지우기
필터 지우기

How can I transmit CAN data through USB-to-CAN converter(IXXAT)

조회 수: 13 (최근 30일)
Haksun Lee
Haksun Lee 2012년 10월 11일
답변: Stefanie Schwarz 2023년 5월 8일
Hi, All... I am struggling to do CAN communication through USB-to-CAN converter manufactured at IXXAT company.
I know how to transmit CAN data through following code.
message = canMessage(2500,true,4);
canch = canChannel('Vector','CANcaseXL 1',);
transmit(canch, message);
But I didn't have XL Driver so I don't use 'Vector' command.
In my case, I am going to use USB-to-CAN converter.
How can I transmit CAN data USB-to-CAN converter manufactured at IXXAT company? Have you ever used USB-to-CAN converter for CAN communication?
I need your help.... Thank you for reading.
  댓글 수: 1
mengbin min
mengbin min 2017년 10월 9일
Hi, I think you need the IXXAT driver to add into matlab. There are four vendors which are supported by matlab.

댓글을 달려면 로그인하십시오.

답변 (1개)

Stefanie Schwarz
Stefanie Schwarz 2023년 5월 8일
Unfortunately, IXXAT CAN devices are not supported with MathWorks products like Vehicle Network Toolbox.
See our Hardware Support page for other CAN devices supported with our products:

카테고리

Help CenterFile Exchange에서 Vehicle Network Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by