ArduinoPros,
If I want to read one or more bytes from Arduino memory/SD card, that is user specifies start memory address, and the number of bytes to be read starting at that address, how should I approach this situation?
Similarly, if I want to write one or more bytes to memory, both time result in HEX.
I want to make use of the serial monitor IDE or TeraTerm to give commands using HC-05
I have read most of the articles on net, couldn't find one that fits the purpose.
Any kind of help is appreciated!