Hello. I have a question here. how i'm gonna send hexadecimal value to serial UART devices. i'm done a little bit study. the hex value can be send by using serial write like example below.
Serial.write(0x10); <----right (HEX)
but how about 0x10, 0x27, 0x08, 0x00, 0xA0, 0x10, 0xB4, 0xA3
Where last bit is a checksum of D1 to D7.
The problem is I need to send this data packet with 10mSec delay between each Data byte from D1 to D8 and packet to packet atleast 55 to 65 mSec delay should be required. As shown in the image.