-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from matheuswhite/70-update-readme
Update README.md for v0.2.0 release
- Loading branch information
Showing
59 changed files
with
560 additions
and
2,453,726 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
socat -dd PTY,link=COM1,raw,echo=0 PTY,link=COM1_out &> /dev/null | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Output video.gif | ||
|
||
Require echo | ||
|
||
Set Padding 2 | ||
Set LineHeight 1.0 | ||
Set Shell "bash" | ||
Set FontFamily "CaskaydiaMono Nerd Font" | ||
Set WindowBar Colorful | ||
Set BorderRadius 10 | ||
Set Theme "tokyonight" | ||
Set FontSize 14 | ||
Set Width 902 | ||
Set Height 549 | ||
Set Framerate 24 | ||
|
||
Type@100ms "scope serial COM1 115200" | ||
Sleep 500ms | ||
Enter | ||
|
||
Type@300ms "HELLO" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "Hello" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "World" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "AT" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "OK" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Sleep 1s | ||
Escape |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
socat -dd PTY,link=COM1,raw,echo=0 PTY,link=COM1_out &> /dev/null | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Output video.gif | ||
|
||
Require echo | ||
|
||
Set Padding 2 | ||
Set LineHeight 1.0 | ||
Set Shell "bash" | ||
Set FontFamily "CaskaydiaMono Nerd Font" | ||
Set WindowBar Colorful | ||
Set BorderRadius 10 | ||
Set Theme "tokyonight" | ||
Set FontSize 14 | ||
Set Width 902 | ||
Set Height 549 | ||
Set Framerate 24 | ||
|
||
Type@100ms "scope serial COM1 115200" | ||
Sleep 500ms | ||
Enter | ||
|
||
Type@200ms "$48 65 6c 6c 6f" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@200ms "$48,65,6c,6c,6f" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@200ms "$48,65 6c,6c6f0a" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Escape |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
socat -dd PTY,link=COM1,raw,echo=0 PTY,link=COM1_out &> /dev/null | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../cmds.yaml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Output video.gif | ||
|
||
Require echo | ||
|
||
Set Padding 2 | ||
Set LineHeight 1.0 | ||
Set Shell "bash" | ||
Set FontFamily "CaskaydiaMono Nerd Font" | ||
Set WindowBar Colorful | ||
Set BorderRadius 10 | ||
Set Theme "tokyonight" | ||
Set FontSize 14 | ||
Set Width 902 | ||
Set Height 549 | ||
Set Framerate 24 | ||
Set Framerate 24 | ||
|
||
Type@100ms "scope -c cmds.yaml serial COM1 115200" | ||
Sleep 500ms | ||
Enter | ||
|
||
Type@300ms "/hello" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "/spaces" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "/scapes" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "/double_quotes" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "/single_quotes" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "/json" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Type@300ms "/json_again" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2000ms | ||
|
||
Escape |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
socat -dd PTY,link=COM1,raw,echo=0 PTY,link=COM1_out &> /dev/null | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
hello: 'world!' | ||
spaces: 'a big frase with spaces' | ||
double_quotes: '"double"' | ||
single_quotes: "'single'" | ||
json: '{"cmd":1, "args":[true, "hello", 2.1]}' | ||
json_again: '{"cmd":2, "args":"world"}' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.