[REBOL] Re: Invalid serial port spec
From: ryanc:iesco-dms at: 5-Nov-2001 12:59
This is because the serial port scheme expects com1 to be called port1 in this case. I heard somewhere that rebol cant garantee that com1 is going to be port1, but it has seemed to hold true on all implementations I have experimented with so far. Here is an open spec for the serial port that I was using to test something with this morning... sp: open/binary/direct serial://port1/2400/8/none/1 --Ryan Gregg Irwin wrote: