Nadav Har'El wrote:
On Wed, Aug 03, 2005, Gilad Ben-Yossef wrote about "Transfering PPP over a serial 
link, oh my...":

I hope there is someone here twisted enough to know the answer to my question :-)


I'm sorry that I don't have any pppd-hacking experience, so my answer will
be mostly guessing and quite likely, worthless.



Well, it seem you do. Your hint solved the problem. Details in a coming $(UNIVERSITY city)ux lecture... ;-)


I am guessing that you need to switch the device driver into the "raw"
line discipline, meaning that no interpretation is done on the bytes you
send. In particular, you don't want "backspaces" and such to do anything
special, newlines converted to carriage-return-linefeeds, or anything of
this sort. So consider doing the equivalent of "stty raw -echo".

"stty raw line 3" was what needed in the end.

I am forever in you debt.

Gilad.


--
Gilad Ben-Yossef <[EMAIL PROTECTED]>
Codefidence. A name you can trust(tm)
Web: http://codefidence.com  | SIP: [EMAIL PROTECTED]
IL: +972.9.8650475 ext. 201  | Fax:            +972.9.8850643
US: +1.360.2275194 ext. 201  | Cel:           +972.52.8260388

"I am Jack's Overwritten Stack Pointer"
        -- Hackers Club, the movie

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to