-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
741a2ea
commit 489d3c7
Showing
1 changed file
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
## libUSBUARTTerminal | ||
|
||
The libUSBUARTTerminal is a uart client for | ||
- until release 0.6.1 the USBasp firmware with uart support using control transfers made by the user [akrasuski1](https://github.com/akrasuski1) on his github [repository](https://github.com/akrasuski1/usbasp-uart) | ||
- from release 0.7.0 the USBasp firmware with uart support using HID https://github.com/dioannidis/usbasp | ||
|
||
It is written in [Free Pascal](https://www.freepascal.org/) and [Lazarus](https://www.lazarus-ide.org/). | ||
|
||
A screenshot connected to a USBasp which is connected to a atmega328p running the demo [fp_ethernet_enc28j60](https://scm.nephelae.eu/Nephelae/fp_ethernet_enc28j60/wiki) firmware ( [mirror github repository](https://github.com/dioannidis/fp_ethernet_enc28j60) ) sniffing my network ( with a enc28j60 of course ...) . | ||
|
||
 | ||
|
||
|
||
|
||
|
||
----- | ||
|
||
|
||
Copyright © 2020 - 2022 Dimitrios Chr. Ioannidis | ||
The libUSBUARTTerminal is a gui client for the [USBasp improved firmware](https://github.com/dioannidis/usbasp)'s HID UART, written in [Free Pascal](https://www.freepascal.org/) and [Lazarus](https://www.lazarus-ide.org/). |