Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: serial port emulator?

From: petr::krenzelok::trz::cz at: 27-Feb-2006 11:49

sags-apollo.lv 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-