Skip to content

Commit

Permalink
docs: add TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
ziteh committed Dec 29, 2024
1 parent 4050072 commit f86a1b5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.words": ["shadcn", "tabler"]
"[markdown]": {
"editor.tabSize": 4,
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"cSpell.words": ["Modbus", "shadcn", "tabler"]
}
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,27 @@
- [Web Serial API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API)
- UI components: [shadcn/ui](https://ui.shadcn.com/)
- Icons: [tabler](https://tabler.io/icons)

## Todo

- [ ] Key-value pair line chart
- [ ] Save config (`localStorage`)
- [ ] Render control symbol (eg `\r\n`, `EOT`)
- [ ] User script
- [ ] Tx data
- [ ] Rx data
- [ ] Save scripts
- [ ] Script editor (React Ace, CodeMirror)
- [ ] Built-in function
- [ ] CRC
- [ ] Modbus
- [ ] Custom newline (`\n`, `\r\n`, timeout, mix)
- [ ] Timing send
- [ ] Hardware flow control
- [ ] Tx & Rx bytes counter
- [ ] Predefine command (eg AT cmd)
- [ ] HEX send & display
- [ ] ASCII control symbol keyboard
- [ ] i18n
- [ ] Terminal encode
- [ ] Ring buffer

0 comments on commit f86a1b5

Please sign in to comment.