A link to the core update that describe how to use the serial port...

http://www.rebol.com/docs/core25.html

--Ryan

Gregg Irwin wrote:

> 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.

--


     Ryan Cole
 Programmer Analyst
 www.iesco-dms.com
    707-468-5400

The contradiction so puzzling to the ordinary way
of thinking comes from the fact that we have to use
language to communicate our inner experience
which in its very nature transcends lingistics.
-D.T. Suzuki


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to