Hello All,
If i want to send more than 10 bytes of data(ex:01 02 03 04 05 06 07 08 09 10) in Canalyser,the normally below is the procudure i am following
in first frame(canalyser to ECU): 10 0A 01 02 03 04 05 06
ECU Response will be :30 00 00
After above response from ECU, i send my remaing data:21 07 08 09 10
I want this to be automated.If i give this data in one file called input.txt then capl should read this data from text file and send to ECU by taking care of data flow.Any one of you know how to automate this flow control using CAPL?if yes then please suggest me
Thanks
Jagadeesh Burle