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

[REBOL] Re: (no subject)

From: greggirwin:mindspring at: 12-Dec-2001 12:08

Hi Rain, << I'd like to make a small program to manage phone traffic. My digital phone system can communicate via RS232 (standart COM-port) I can not find any description about how to open COM-port using REBOL. Can someone help me with info? >> The serial:// scheme is probably what you're after. You can open the serial ports and then use 'insert, 'copy, 'wait, etc. on them, just like other ports. com: open/lines/no-wait/direct serial://port2/9600/8/none/1 The /Core 2.5 docs update talks about them --Gregg