This website requires JavaScript.
Explore
Help
Register
Sign In
bmixed
/
baremetal-basics
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
baremetal-basics
/
mc
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
9 lines
101 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Upload files to "/"
2026-07-16 05:05:21 +00:00
#!/bin/bash
echo
"MINICOM"
echo
"DEVICE:"
read
d
echo
"BAUDRATE"
read
b
minicom -b
$b
-D /dev/tty
$d
Reference in New Issue
Copy Permalink