Increase baud rate to 38.4 kbps; add picocom example to README.md
This commit is contained in:
parent
10111979a8
commit
e8fbc175ca
3 changed files with 19 additions and 2 deletions
17
README.md
17
README.md
|
|
@ -5,6 +5,23 @@ Programming tool for parallel EEPROM chips, based on a ATmega16.
|
|||
Only supports AT28C256 EEPROM chips as of now.
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
### Using the python tool
|
||||
|
||||
(TODO)
|
||||
|
||||
|
||||
### Using the serial terminal
|
||||
|
||||
The device uses a baud-rate of 38.4 kbps.
|
||||
Output lines end with a line feed (LF), input lines may end with LF or CR+LF.
|
||||
|
||||
Example for using `picocom` to access the device:
|
||||
|
||||
picocom -b 38400 --imap lfcrlf --echo /dev/ttyUSB0
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
### VS Code configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue