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 On 27 Feb 2006 at 11:49, Petr Krenzelok wrote: > > [EMAIL PROTECTED] wrote: > > Hi, Rebolers! > > > > Would it be possible to emulate serial port in rebol? > > > > If so - is it simliar like creating servers in tcp? > > > Hmm, not sure what you mean here. With REBOL, you don't need to emulate > serial ports, as rebol supports them :-) And if you really mean it, then > the answer is imo no, because it is kind of OS related. You have > externall app, e.g. simple HyperTerminal, which let's you choose from OS > available serial ports. Well, but maybe, who know, it could be possible, > if you would code some functions to install rebol app as an virtual > serial port driver. Then you could debug. Not sure it is necessary, as > you can already get Serial port monitors utilities on the web .... > > -pekr- > > Thanks in advance, > > Janeks > > > > > > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
