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

[REBOL] Invalid serial port spec

From: greggirwin:mindspring at: 5-Nov-2001 13:46

Quick question, I want to open a serial port under Win2K. system/ports/serial contains: [com1 com2] My modem uses com3. I think it's one of those kitchen-sink modem cards that does sound and other stuff too. I get an "invalid port spec" error when I try to open port3 (also tried open join serial:// ['com3]). Any ideas, or do I have to use Windows Comm functions to access ports not listed by REBOL? As a twist, I need an open ended solution (i.e. not just for com3) as the machine will have a modem *pool* I'll need to access. (com16...calling com16...come in...) Thanks! --Gregg