USAPatriot
Member
Generally speaking, will a laptop handle two serial ports? My system has one built in and I could in theory add another via a PCMCIA card. I'm using WinXP Home. Could the second port be added or will it choke? Thx. -Rod-
XP will handle more serial ports than you're likely to ever add. I have run XP with 50 COMxxx ports.USAPatriot said:Generally speaking, will a laptop handle two serial ports? My system has one built in and I could in theory add another via a PCMCIA card. I'm using WinXP Home. Could the second port be added or will it choke? Thx. -Rod-
The simple answer is, generally yes. Since you already have one RS232 port, then the BIOS can probably handle at least two and probably four. For all you "experts" out there, the RS232 port is OS independent, it has nothing to do with what OS you are using and there is no such thing as a "hub" for RS232. :wink:USAPatriot said:Generally speaking, will a laptop handle two serial ports?
Unless, of course, you're using an OS that limits access to hardware - like the OP's Windows XP. If the OS doesn't support the hardware and/or its driver, user-mode programs don't get to use the serial port. Even with such support, applications must use the correct OS facilities (e.g. Windows' "CreateFile" API) to use arbitrarily-named serial ports.loumaag said:For all you "experts" out there, the RS232 port is OS independent, it has nothing to do with what OS you are using
poltergeisty said:I have a couple older laptops and will be using a port replicator on one that already has a RS232 port. Will I have two independent ports or not? Just not sure.
I don't have the replicator yet otherwise I would try it out.Boo!-Poltergeisty :-0
It's not really an RS-232 hub. ("Hub" normally means that it plugs into a port of the type it's replicating.) This is more properly an RS-232, or serial, server. A hub would plug into an old XT with a serial port and give you more serial ports - this wouldn't.bsavery said:
Right. You beat me to the comment.Al42 said:It's not really an RS-232 hub. ("Hub" normally means that it plugs into a port of the type it's replicating.) This is more properly an RS-232, or serial, server. A hub would plug into an old XT with a serial port and give you more serial ports - this wouldn't.
This is true, but if you think about it, that is a limitation of the OS, not a funciton of the hardware I/O. Since NT was introduced, the idea was to place a "buffer" between the different hardware elements of that box we call a computer and software programs designed to run on the box. Sometimes it is an advantage and many times it is a hinderance.DonS said:Unless, of course, you're using an OS that limits access to hardware - like the OP's Windows XP. If the OS doesn't support the hardware and/or its driver, user-mode programs don't get to use the serial port. Even with such support, applications must use the correct OS facilities (e.g. Windows' "CreateFile" API) to use arbitrarily-named serial ports.
USAPatriot said:Let us know.