[REBOL] Re: Telnet protocol scheme weirdness.

2004-02-03 Thread Gabriele Santilli
Hi Bruno, On Tuesday, February 3, 2004, 3:07:30 PM, you wrote: BGA> The end result is that the above line will send #{1B4F420D0A} to the BGA> server instead of what I wanted it to (#{1B4F42}). I already tried to BGA> change the open line to: I guess it is opening the sub-port in /LINES mode. B

[REBOL] Re: Telnet protocol scheme weirdness.

2004-02-03 Thread Bruno G. Albuquerque
On Tue, 3 Feb 2004 15:06:23 +0100, Gabriele Santilli < [EMAIL PROTECTED]> said: > BGA> The end result is that the above line will send #{1B4F420D0A} to > the > BGA> server instead of what I wanted it to (#{1B4F42}). I already > tried to > BGA> change the open line to: > > I guess it is opening

[REBOL] Re: Telnet protocol scheme weirdness.

2004-02-04 Thread Gabriele Santilli
Hi Bruno, On Tuesday, February 3, 2004, 8:55:13 PM, you wrote: BGA> Maybe, but I am not finding where it is actually opening it in the BGA> scheme code. I did try get-modes on the port and sub-port to determine BGA> its flags and both had "binary" and "direct" set to true. Did you try: get-