minicom questions, need expert

Mikkel L. Ellertson mikkel at infinity-ltd.com
Fri May 16 16:35:09 UTC 2008


On Thursday 15 May 2008, Mikkel L. Ellertson wrote:
> Gene Heskett wrote:
>> Its beginning to look as if I'm going to have to write a filter to break
>> it up into say 60 line pages & send them to lpr one 'file' at a time. 
>> There apparently is not a way to send a valid EOF from the other end
>> unless someone can decode a '^Z' into a value I can try just for grins.
>>
> A ^Z is 26 decimal or 1A hex. But I think you want to send a ^D (4)
> to indicate a UNIX EOF. (You can change this with stty.)
>
I got to thinking about this and there may be an easy fix for this. 
Take a look at the data being sent and see if they are sending a ^Z 
at the end of each "page". If so, you can probably use stty to 
change the EOF to ^Z instead of ^D. You will probably have to change 
the suspend character first from ^Z to something else. (I have only 
tested it on the local tty and only with changing eof...)

stty -F <device> susp ^Y ; stty -F <device> eof ^Z
  or
stty -F <device> susp ^Y eof ^Z

Mikkel
-- 

   Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20080516/b7e972dc/attachment-0001.sig>


More information about the fedora-list mailing list