hi.. i have an s-record file as:
S315080001100060A0E30070A0E30080A0E30090A0E3E5
where S3: Type, 15: # of bytes, then 4 byte address and rest is data
i want to write something to automatically parse this file, and maybe do some operations, such as replace the S3 with something else, and then write all that into an output file.
how do i do that? Thanks..