it is posible to create manually a can message?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
it is posible to create manually a can message in matlab/simulink?
Réponses (1)
Walter Roberson
le 17 Mar 2014
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.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!