Skip to content

Commit 8052fa8

Browse files
authored
Update README.md
1 parent 5431fe6 commit 8052fa8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,22 @@ An open API application for programming HCS301 EEPROM Code Hopping.
33

44

55
![HCS301 Programmer Software](https://user-images.githubusercontent.com/64005694/172905165-ddc48f12-c173-4eb3-8305-408ea8ab3ba6.jpg)
6+
7+
## Description
8+
This software requires an interface hardware that can write information to the IC.The information is sent to the interface IC via the com port using a usb to serial converter.
9+
10+
### Protocol
11+
`UART`,`8 Data`,`1 StopBit`,`No Parity`,`BaudRate 9600`
12+
13+
### Transmit
14+
- Device identification *(Optional)*
15+
- Information to be programmed
16+
17+
18+
#### Device identification
19+
Immediately after opening the port, the software sends the character `!` and if it does not receive a response, it does so up to three times.<br>
20+
response must send at below format:<br>
21+
`!` `DEVICE-NAME-(STRING)` `\n`
22+
23+
### Receive
24+

0 commit comments

Comments
 (0)