Hi, Thanks for the great library,
I am verly new to all this , and would like to request some help.
I am trying to send serial to my second arduino with the library but wanted to know the “most efficient way”
I have a about 50 serial commands to send and am thinking to store them in a array. I would like to send the array accros with ET.
I have a command like this
“uint8_t camera[9] = { 0x81, 0x01, 0x04, 0x47, 0x08, 0x0C, 0x04, 0x00, 0xFF };”
creating the array but have not yet found a way to transmit this in ET. Could you assist me an give me the code. I have got his working over a Softserial line but ET would be better for me because I also need to send stick commands and ET Should take care of the serial part of the project?.
(I got a bid lost with Byte, Write, HEX, DEC and converting them to String)
Thanks in advance for any feedback.