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

[REBOL] Re: serial port emulator?

From: anton:wilddsl:au at: 28-Feb-2006 16:13

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.