LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   output pacing with stty or setserial (https://www.linuxquestions.org/questions/linux-software-2/output-pacing-with-stty-or-setserial-725745/)

Mario Blunk 05-13-2009 12:35 PM

output pacing with stty or setserial
 
Hello,

is there a way to tell stty or setserial (or other tool) to wait for a certain time between sending characters ?

I know Kermit has the option "set output pacing xx mseconds" which I'm looking for in stty or setserial.

Thank you,
Mario

archtoad6 10-29-2010 04:01 AM

Did you mean to mark this "[SOLVED]"?

If so, kindly post the solution -- even though this is an old post, it still might help someone else w/ the same, or a similar, problem.

Mario Blunk 11-08-2010 05:45 AM

Yes the case is solved. That means the only solution know to me is using Kermit. It allows to pause between the characters sent by the serial interface.
Within a kermit script you need to write this:

set output pacing 10

The number 10 means a pause of 10 milliseconds between sending characters.

cheers


All times are GMT -5. The time now is 06:40 AM.