Sort of a serial proxy ? Mmm... I don't think rebol can pretend
to be a serial port - at least, I think it might be difficult
operating in this mode (though not sure).

However, if you google for "tcp to serial port" you should find a
serial to tcp redirector. This could possibly be used with rebol
like this:

  serial port -> rebol -> tcp-serial-redirector -> app

Just an idea,

Anton.

> Well, I allready managed to play with rebol serial ports.
> But I got the problem to solve: 
> I have an app, that works with a serial port. This app is needed to 
> user all the time - so the serial port is busy. But at the same time 
> the data from serial port is needed f.ex. to send to a server. So I 
> had an idea - to place between this app and serial port an rebol app 
> that "steal" the serial port data.
> ;-)
> 
> Janeks

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to