Skip to content

Commit f79d902

Browse files
committed
Update README.md
1 parent d2d230f commit f79d902

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# arduino-usb-terminal
22
Terminal like app to send commands to Arduino through USB
3+
4+
This app simplifies testing your Arduino components that work with direct usb commands by giving you the ability to send custom commands and view the returned message from your Arduino device.
5+
6+
This is being done as a hobby, and for experimenting, so probably there might be some flaws; As an example, the vendor ID of Arduino is hardcoded to only work with Arduino devices, but this is my use case and please feel free to change it to match your needs.
7+
8+
Suggestions and PRs are welcome! :)
9+
10+
### More comes as the project evolves...

0 commit comments

Comments
 (0)