User Activity

using stm32f303re to write data in the st M95160w EEPROM and reading back the written data. the problem is i am not getting back the accurate output. the output should be like this:status 0x0211 22 33status 0x00but gettingstatus 0x0200 ff ffstatus 0x...
I want to receive hex data from terminal like 0x66, 0x55, 0x44, 0x23, 0x11, 0xaa, 0xbb, 0xcc. Normally we can receive messages in string over UART. But I want to receive hex data instead of character or string from terminal. I am using stm32cubemx HA...
I want to Turn On and OFF LED by Command "LED ON" or "LED OFF". When i write command "LED ON" in the command terminal like Tera Term the LED should be On. I used here string comparision to compare if the given command is same as "LED ON" or "LED OFF"...
I tried in this way but the problem is only 200-300 can pass but 80h is not passed. if i use if else then only 80h is passed not 200-300h. So, the problem is i can pass either 80h or 200h-300h. Not both 80h and 200-300h. #define Filter_ID1  0x80#def...
Kudos from