| Member with 217 posts. THREAD STARTER | | Join Date: Apr 2006 Experience: Advanced Intermediate with 10 years experience | |
Most desktop BIOs can control COM ands LPT ports but not laptops in my experience (and I have worked on a lot of laptops over the years). This one does not. I see no reason one cannot remap the COM numbers any way you want in the absence of any UARTs on the motherboard, but yes, on most deskop boards which (usually, at least historically) have two UARTS, the first actually available serial port would be shown as COM3. I think the main gadget causing the problem expects to be attached via an actual serial port and wants COM1. (Bad coding but if that's how they wrote the driver that's what it will need.) AFAIK, there is no reason you cannot reassign that number to another port as long as nothing gets physically attached to an actual COM1 port (i.e., with a UART). |