We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
can any body help me in using serial port window. I am trying to input data in hexadecimal format. Tell me how to input data using serial port window. As i am trying to campare two arrays
What do you mean by "comparing two arrays"?
An array stored in the memory of the microcontroller will have binary data so if you send data to the serial port as two ASCII characters, you will have to write code in the microcontroller that combines the received characters two-and-two into a binary value.
Is the microcontroller application expected to compare an array with received data?