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 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
