I'm currently working on a software for a few months for my (automotive) chip tuning firm. I need to create a file reader that reads in both 8bit and 16bit (I'm maybe wrong! I don't know if I'm right)
Here is and example from a well known automotive software (WINOLS) :
One picture shows in 8bit and other shows in 16bit (it's how it's declared in WINOLS)
If you read it in 8bit you get for instance a value : "C3" but if you switch to 16bit then that value is "50115"
I've already made a binary reader based on the "Be.Hexbox" but converted from C# to VBNET. But i cant seem to find a way to read the file in 16bit?
Any help would be grately appreciated!!
![Name: 3.jpg
Views: 47
Size: 333.0 KB]()
![Name: 2.jpg
Views: 56
Size: 92.4 KB]()
FILE USED FOR REFERANCE: http://www.mediafire.com/file/3c6s6c..._file.bin/file
Here is and example from a well known automotive software (WINOLS) :
One picture shows in 8bit and other shows in 16bit (it's how it's declared in WINOLS)
If you read it in 8bit you get for instance a value : "C3" but if you switch to 16bit then that value is "50115"
I've already made a binary reader based on the "Be.Hexbox" but converted from C# to VBNET. But i cant seem to find a way to read the file in 16bit?
Any help would be grately appreciated!!
FILE USED FOR REFERANCE: http://www.mediafire.com/file/3c6s6c..._file.bin/file