Send a binary file through serial terminalVT100 terminal emulation to use with a Java-based 8-bit computer...
What causes standard door hinges to close up to a certain amount automatically?
How safe is using non-RoHS parts?
Making part of lines layer transparent based on circle
Giving a character trauma but not "diagnosing" her?
Why does 1.1.1.1 not resolve archive.is?
How to get better approximation than Central Limit Theorem
Is it plausible that an interrupted Windows update can cause the motherboard to fail?
Do you say "good game" after a game in which your opponent played poorly?
The colors in Resident Evil 7 are *completely* off
Why are Starfleet vessels designed with nacelles so far away from the hull?
Diamondize Some Text
String Operation to Split on Punctuation
How to make a PCB based on ATtiny easily updatable by end users?
What's the most efficient way to draw this region?
Why is coffee provided during big chess events when it contains a banned substance?
Having trouble with accidentals - Note-for-note vs traditional?
Is the value of a probability density function for a given input a point, a range, or both?
Rationalism and Catholicism / Protestantism
What is the type of this light bulb?
Match the blocks
Map from a classifying space to a stack
How should I tell a professor the answer to something he doesn't know?
"Dear Stack Exchange, I am very disappointed in you" - How to construct a strong opening line in a letter?
'The Kukhtarev's model' or 'Kukhtarev's model' ('John's car' or 'The John's car')?
Send a binary file through serial terminal
VT100 terminal emulation to use with a Java-based 8-bit computer emulatorNo login prompt on serial consoleFind correct tty & tty settingsHow to programmatically send break signal (Magic SysRq) through serial terminalHow to clone an entire disk to a larger disk and then offload?System fails to boot when providing `console` boot parameter to enable serial accessSend raw to serial with 0xA dataConnected using screen over RS-232. How do I transfer a file to my local system?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}
I have a question related to the serial terminal. It is sometimes possible to connect to a device using a command such as screen
. One example would be screen /dev/ttyUSB0 115200
.
I can connect through a Linux ARM device with it (even passing the login phase). Thus, I can easily transfer everything that is text. Now, I would like to copy a binary file through it. How can it be done?
file-copy serial-console
New contributor
add a comment
|
I have a question related to the serial terminal. It is sometimes possible to connect to a device using a command such as screen
. One example would be screen /dev/ttyUSB0 115200
.
I can connect through a Linux ARM device with it (even passing the login phase). Thus, I can easily transfer everything that is text. Now, I would like to copy a binary file through it. How can it be done?
file-copy serial-console
New contributor
I haven't tried it - I use minicom for serial port access - but take a look at gnu.org/software/screen/manual/html_node/Zmodem.html
– Mark Plotnick
19 mins ago
add a comment
|
I have a question related to the serial terminal. It is sometimes possible to connect to a device using a command such as screen
. One example would be screen /dev/ttyUSB0 115200
.
I can connect through a Linux ARM device with it (even passing the login phase). Thus, I can easily transfer everything that is text. Now, I would like to copy a binary file through it. How can it be done?
file-copy serial-console
New contributor
I have a question related to the serial terminal. It is sometimes possible to connect to a device using a command such as screen
. One example would be screen /dev/ttyUSB0 115200
.
I can connect through a Linux ARM device with it (even passing the login phase). Thus, I can easily transfer everything that is text. Now, I would like to copy a binary file through it. How can it be done?
file-copy serial-console
file-copy serial-console
New contributor
New contributor
New contributor
asked 1 hour ago
Emile D.Emile D.
1
1
New contributor
New contributor
I haven't tried it - I use minicom for serial port access - but take a look at gnu.org/software/screen/manual/html_node/Zmodem.html
– Mark Plotnick
19 mins ago
add a comment
|
I haven't tried it - I use minicom for serial port access - but take a look at gnu.org/software/screen/manual/html_node/Zmodem.html
– Mark Plotnick
19 mins ago
I haven't tried it - I use minicom for serial port access - but take a look at gnu.org/software/screen/manual/html_node/Zmodem.html
– Mark Plotnick
19 mins ago
I haven't tried it - I use minicom for serial port access - but take a look at gnu.org/software/screen/manual/html_node/Zmodem.html
– Mark Plotnick
19 mins ago
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Emile D. is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f545339%2fsend-a-binary-file-through-serial-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Emile D. is a new contributor. Be nice, and check out our Code of Conduct.
Emile D. is a new contributor. Be nice, and check out our Code of Conduct.
Emile D. is a new contributor. Be nice, and check out our Code of Conduct.
Emile D. is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f545339%2fsend-a-binary-file-through-serial-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I haven't tried it - I use minicom for serial port access - but take a look at gnu.org/software/screen/manual/html_node/Zmodem.html
– Mark Plotnick
19 mins ago