Check file for C code MCU and VB.net for PC

Thread Starter

FroceMaster

Joined Jan 28, 2012
702
Hi,
Working on my own project.
Need to have some kind Check of recived data.
Data i have in MCU is stored as Hex. and therfore easy to direct send over Serial.,
However, need some checking, and i need to verify in VB.net and visa versa.
Data can be from 4 to 50 bytes.
Any good examples or solutions ?
 

MrChips

Joined Oct 2, 2009
30,806
Hi,
Working on my own project.
Need to have some kind Check of recived data.
Data i have in MCU is stored as Hex. and therfore easy to direct send over Serial.,
However, need some checking, and i need to verify in VB.net and visa versa.
Data can be from 4 to 50 bytes.
Any good examples or solutions ?
Data in MCU is never hexadecimal.
Hexadecimal is an invention by humans.
Data in computers is binary, a collection of zeros and ones.

You are still making the same mistake.
https://forum.allaboutcircuits.com/threads/compare-int-and-hex.185421/
 
Top