This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem using serial window #1

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

Parents
  • 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?

Reply
  • 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?

Children
No data