debabrta kar
Member level 5
- Joined
- May 20, 2013
- Messages
- 86
- Helped
- 7
- Reputation
- 16
- Reaction score
- 5
- Trophy points
- 1,288
- Location
- india
- Activity points
- 1,858
what is signature byte of a mcu and how to read it....please guide
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
05 Miscellaneous Read Functions
:02xxxx05ffsscc
Where:
02 = number of bytes in the record
xxxx = required field but value is a ‘don’t care’
05 = function code for misc read
ffss = subfunction and selection code
0000 = read manufacturer id
0001 = read device id 1
0002 = read ISP/IAP version
0700 = read security bit (00000 SB 0 Double Clock)
cc = checksum
Example:
:020000050000F9 (display manufacturer id)