Updated: Saturday, October 28,2023-10-28 13:38:18

main
Shwetha Jayaraj 2023-10-28 13:38:18 -04:00
parent 3b17a2694f
commit 89a762d140
4 changed files with 26 additions and 19 deletions

View File

@ -1,13 +1,13 @@
{ {
"recentFiles": [ "recentFiles": [
{
"basename": "Typewriter Keys",
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md"
},
{ {
"basename": "Related Projects", "basename": "Related Projects",
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md" "path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md"
}, },
{
"basename": "Typewriter Keys",
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md"
},
{ {
"basename": "gx6750", "basename": "gx6750",
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/gx6750.pdf" "path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/gx6750.pdf"

View File

@ -13,7 +13,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md", "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -94,7 +94,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md", "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -111,7 +111,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md", "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -134,7 +134,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md" "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md"
} }
} }
} }
@ -163,6 +163,7 @@
}, },
"active": "8e9d3d68e001a832", "active": "8e9d3d68e001a832",
"lastOpenFiles": [ "lastOpenFiles": [
"Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md",
"Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md", "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md",
"Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/gx6750.pdf", "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/gx6750.pdf",
"Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/RADIO/Software/Trunked Radio.md", "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/RADIO/Software/Trunked Radio.md",
@ -189,7 +190,6 @@
"Machine Tips (Quantum)/Physics/Optics.md", "Machine Tips (Quantum)/Physics/Optics.md",
"Machine Tips (Quantum)/Physics/Particle Terms.md", "Machine Tips (Quantum)/Physics/Particle Terms.md",
"Machine Tips (Quantum)/Project Vault/Constructions/Hardware/About Hardware.md", "Machine Tips (Quantum)/Project Vault/Constructions/Hardware/About Hardware.md",
"Machine Tips (Quantum)/Project Vault/Constructions/Hardware/Spark Gap Physics.md",
"Coding Tips (Classical)/Project Vault/About Obsidian/imgFiles/Pasted image 20231022162536.png", "Coding Tips (Classical)/Project Vault/About Obsidian/imgFiles/Pasted image 20231022162536.png",
"Machine Tips (Quantum)/Project Vault/Constructions/3D printing", "Machine Tips (Quantum)/Project Vault/Constructions/3D printing",
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/week 5 web design", "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/week 5 web design",

View File

@ -2,11 +2,16 @@
- The[ Hack Manhattan ASCII Art Project ](https://wiki.hackmanhattan.com/Typewriter_ASCII_art) - The[ Hack Manhattan ASCII Art Project ](https://wiki.hackmanhattan.com/Typewriter_ASCII_art)
- [git repo ](https://github.com/guanix/typewriter) - [git repo ](https://github.com/guanix/typewriter)
- This[ Project Typewriter](http://numist.net/post/2010/project-typewriter.html) post by Numist - This[ Project Typewriter](http://numist.net/post/2010/project-typewriter.html) post by Numist
- additionally here is the [github](https://github.com/numist/project-typewriterl) - additionally here is the [github](https://github.com/numist/project-typewriterl)
- Nuts & Volts [Typewriter into printer ](https://www.nutsvolts.com/magazine/article/turn-a-typewriter-into-a-printer) - Nuts & Volts [Typewriter into printer ](https://www.nutsvolts.com/magazine/article/turn-a-typewriter-into-a-printer)
- goes into serial port usage and maps keys - goes into serial port usage and maps keys
- Arvind Sanjeev's [project](https://arvindsanjeev.com/ghostwriter.html) & [github](https://github.com/ArvindSanjeev) - Arvind Sanjeev's [project](https://arvindsanjeev.com/ghostwriter.html) & [github](https://github.com/ArvindSanjeev)
- Turning [typerwriter into linux terminal ](https://habr.com/en/articles/692488/) - Turning [typerwriter into linux terminal ](https://habr.com/en/articles/692488/)
- This[ arduino code](https://github.com/artillect/serial-typewriter/blob/main/serial-typewriter.ino) for serial input - This[ arduino code](https://github.com/artillect/serial-typewriter/blob/main/serial-typewriter.ino) for serial input
- 6 Channel Logic [analyzer](https://hackaday.io/project/1633/gallery#2033d0fe971a49370cf4122687ad3379) for arduino - 6 Channel Logic [analyzer](https://hackaday.io/project/1633/gallery#2033d0fe971a49370cf4122687ad3379) for arduino

View File

@ -1,3 +1,8 @@
Because the keyboard part of the typewriter is sort of the core function of this whole thing.
---
# Brother III Typewriter # Brother III Typewriter
@ -14,23 +19,21 @@
- -
--- ---
# How do the keys work?
Write things just like a normal typewriter.
#### How do the keys work?
>[!info] Do a demo of the typewriter by holding `Backspace` + the `alt` key
*How to use:* Write things just like a normal typewriter.
**Keys of particular importance:** **Keys of particular importance:**
- `W out` - whites out 3 characters worth - `W out` - whites out 3 characters worth
- `Correct` - - `Correct` - whites out the standing character
- `Backspace` - - `Backspace` - backspaces like normal
Keys to still figure out: Keys to still figure out:
- `reloc` - `reloc`
>[!info] Do a demo of the typewriter by holding `Backspace` + the `alt` key
--- ---
@ -39,4 +42,3 @@ Keys to still figure out:
## Software Used ## Software Used
- Arduino IDE - Arduino IDE
-