vectorgrp / XCPlite

Simple implementation of the ASAM XCP on Ethernet protocol
MIT License
171 stars 93 forks source link

Can this code act as Master side #14

Closed aifei7320 closed 2 years ago

aifei7320 commented 2 years ago

As Title. the demo code is act as an slave, can this code read an A2L file, and read data from ecu?

Z-ZWBY commented 2 years ago

i think you should use Canape to read data from the demo

aifei7320 commented 2 years ago

Thank you, i want to record only a few messages through xcp, i have read some protocol, it's not very difficult to achive that right? A CTO command is enough?

Z-ZWBY commented 2 years ago

The code is designed for computer(linux and win platform).if your code is running on the ecu, you should not use this code. You can download XCPbasic on the Vector web.i only use the Canape to read data and not try the CTO. I only run the XCPLIte on the linux ,i want to use it to send message and calibrate on the ROS ,i am trying it.

aifei7320 commented 2 years ago

Thanks for your advice.