it is posible to create manually a can message?
이전 댓글 표시
it is posible to create manually a can message in matlab/simulink?
댓글 수: 4
Image Analyst
2014년 3월 16일
What is a can message? Do you mean a text message for a cell phone, or an email message? Or do you mean a popup message like you'd use msgbox() for? What exactly is the "can" you refer to? And please descrive exactly what "manually" means, as opposed to automatic or via lines of code.
Gabriela
2014년 3월 17일
Gabriela
2014년 3월 17일
Walter Roberson
2014년 3월 17일
it is closely related to VAN, Vehicle Access Network
답변 (1개)
Walter Roberson
2014년 3월 17일
0 개 추천
You can create the data bitstream without much difficulty, and you can NRZ encode it to a representation of the voltage bit stream. However, the serial bus for CAN is not compatible with RS232, so you would need a CAN driver chip to drive the bus. Talking to the CAN driver might require you to write some MEX code that would be operating system and hardware dependent, but potentially you might be able to use loadlib() or activex to talk to a pre-written driver.
카테고리
도움말 센터 및 File Exchange에서 RF Blockset Models for Transceivers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!