Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Vista cannot find a suitable driver for a "Generic Serial" port

Reply
Thread Tools Display Modes

Vista cannot find a suitable driver for a "Generic Serial" port

 
 
Juan I. Cahis
Guest
Posts: n/a

 
      06-17-2007
Dear friends:

Vista cannot find a suitable driver for a "Generic Serial" port to be
installed.

I miss the ability to suggest a driver from the drivers repository
that WinXP has. In Vista, only the alternative to search for a driver
online is presented to you.

It seems to me that a "Generic Serial" port should not be a very
strange device to be installed for any operating system, how can I
solve this problem?

Is there a driver repository in the Vista DVD, like the old CAB files
of the I386 subfolders from WinXP, that I could copy to my hard drive
for future installations?


Thanks
Juan I. Cahis
Santiago de Chile (South America)
Note: Please forgive me for my bad English, I am trying to improve it!
 
Reply With Quote
 
 
 
 
Michael Walraven
Guest
Posts: n/a

 
      06-17-2007
Juan,

Not sure of your problem. My VISTA (home premium) installs a serial port
just fine. It works fine with an XP legacy device connected to that port so
seems to have everything associated with COM devices.

If I try to 'update' the driver, following the instructions leads me to a
list of compatible devices (two in my case) and allows me to select
non-compatible devices if I want, (which doesn't seems like a good idea). It
would also allow me to update from a 'have disk' option.
(start orb - right click computer - click properties - click device
manager - select Ports Com and Lpt)

Michael

"Juan I. Cahis" <> wrote in message
news:...
Dear friends:

Vista cannot find a suitable driver for a "Generic Serial" port to be
installed.

I miss the ability to suggest a driver from the drivers repository
that WinXP has. In Vista, only the alternative to search for a driver
online is presented to you.

It seems to me that a "Generic Serial" port should not be a very
strange device to be installed for any operating system, how can I
solve this problem?

Is there a driver repository in the Vista DVD, like the old CAB files
of the I386 subfolders from WinXP, that I could copy to my hard drive
for future installations?


Thanks
Juan I. Cahis
Santiago de Chile (South America)
Note: Please forgive me for my bad English, I am trying to improve it!

 
Reply With Quote
 
Richard Urban
Guest
Posts: n/a

 
      06-17-2007
It is called a communication port (ex. = Com1). It is up to the device
manufacturer to provide software that works within Vista. I have a UPS
connected to Com1. Vista doesn't see it.

Serial ports are dead technology and I don't ever expect that my UPS will be
able to communicate with Vista.

--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)



"Juan I. Cahis" <> wrote in message
news:...
Dear friends:

Vista cannot find a suitable driver for a "Generic Serial" port to be
installed.

I miss the ability to suggest a driver from the drivers repository
that WinXP has. In Vista, only the alternative to search for a driver
online is presented to you.

It seems to me that a "Generic Serial" port should not be a very
strange device to be installed for any operating system, how can I
solve this problem?

Is there a driver repository in the Vista DVD, like the old CAB files
of the I386 subfolders from WinXP, that I could copy to my hard drive
for future installations?


Thanks
Juan I. Cahis
Santiago de Chile (South America)
Note: Please forgive me for my bad English, I am trying to improve it!

 
Reply With Quote
 
Michael Walraven
Guest
Posts: n/a

 
      06-17-2007
VISTA has built in support for UPS devices but NOT serial ones!, found out
the hard way when I needed to replace mine. Was good sale on (Best Buy) for
one with serial but included a USB/Serial interface cable. That did create a
'serial' port but VISTA would not use it for a UPS. (I had sort of thought
the cable was going to something that looked like a USB port on the computer
end and a serial port on the UPS end, but it actually created what looked
like a serial port on the computer end). Anyway BB took it back without
question. (I needed a serial port for my vista for a legacy home-control
device,) required an extra internal cable as the DELL I bought didn't have
one standard. The old software for the device ran happy as a clam, doesn't
seem to notice that it is Vista rather than XP.

Michael


"Richard Urban" <> wrote in message
news:...
> It is called a communication port (ex. = Com1). It is up to the device
> manufacturer to provide software that works within Vista. I have a UPS
> connected to Com1. Vista doesn't see it.
>
> Serial ports are dead technology and I don't ever expect that my UPS will
> be able to communicate with Vista.
>
> --
>
>
> Regards,
>
> Richard Urban
> Microsoft MVP Windows Shell/User
> (For email, remove the obvious from my address)
>
>
>
> "Juan I. Cahis" <> wrote in message
> news:...
> Dear friends:
>
> Vista cannot find a suitable driver for a "Generic Serial" port to be
> installed.
>
> I miss the ability to suggest a driver from the drivers repository
> that WinXP has. In Vista, only the alternative to search for a driver
> online is presented to you.
>
> It seems to me that a "Generic Serial" port should not be a very
> strange device to be installed for any operating system, how can I
> solve this problem?
>
> Is there a driver repository in the Vista DVD, like the old CAB files
> of the I386 subfolders from WinXP, that I could copy to my hard drive
> for future installations?
>
>
> Thanks
> Juan I. Cahis
> Santiago de Chile (South America)
> Note: Please forgive me for my bad English, I am trying to improve it!


 
Reply With Quote
 
DanS
Guest
Posts: n/a

 
      06-18-2007
"Richard Urban" <> wrote in
news::


> Serial ports are dead technology and I don't ever expect that my UPS
> will be able to communicate with Vista.


Serial ports are not a dead technology altogether. For the home/small
office PC I'd say yes.

But they are still alive and well in various telecom markets, for
configuring devices, and tons of wireless serial based applications all
over the world.



 
Reply With Quote
 
Stephan Rose
Guest
Posts: n/a

 
      06-18-2007
On Sun, 17 Jun 2007 19:11:30 -0400, Richard Urban wrote:

> It is called a communication port (ex. = Com1). It is up to the device
> manufacturer to provide software that works within Vista. I have a UPS
> connected to Com1. Vista doesn't see it.
>
> Serial ports are dead technology and I don't ever expect that my UPS will be
> able to communicate with Vista.
>


Actually Serial Ports are very much alive. It's exceedingly annoying to
have a PC without a Serial Port if you do software development for
embedded hardware. Especially when working with smaller processors that are
not powerful enough for Ethernet/USB or where having anything beyond a
serial port would just add too much cost to a device.

There are many applications where a serial port is beyond sufficient where
trying to use Ethernet or USB would be like swatting a fly with a nuke!
Not to mention the simplicity of a serial port VS Ethernet or USB. USB
especially is a pain to deal with.

Takes a single instruction to send a byte over Serial.

Takes by magnitudes more code to do the same via either ethernet or usb,
not to mention transmission overhead. They are also unsuitable actually
for certain types of communications where you only need to transmit a
single byte of information and need an immediate response in real-time
without packet overhead that is by magnitudes larger than the actual data.

On one of my projects, I had a USB Bootloader. 4kb available. 95% used for
USB Code, 3% used for the actual bootloader code.

Serial bootloader would have fit in less than 256 bytes.

Especially USB, from a developers perspective, I don't think I have ever
used anything more horrible. Great idea, absolutely horrible
implementation.

None of this may matter much from a PC's perspective with a 2.4 Dual Core
CPU and 2 gigs of RAM, but it matters significantly from a hardware
device's perspective with a few MHz and memory in the kilobyte range. And
guess what? That's what the PC is communicating with isn't it?

--
Stephan
2003 Yamaha R6

君のこと思い出す日なんてないのは
君のこと忘れたときがないから
 
Reply With Quote
 
DanS
Guest
Posts: n/a

 
      06-18-2007
Stephan Rose <> wrote in
news_ :

> On Sun, 17 Jun 2007 19:11:30 -0400, Richard Urban wrote:
>
>> It is called a communication port (ex. = Com1). It is up to the
>> device manufacturer to provide software that works within Vista. I
>> have a UPS connected to Com1. Vista doesn't see it.
>>
>> Serial ports are dead technology and I don't ever expect that my UPS
>> will be able to communicate with Vista.
>>

>
> Actually Serial Ports are very much alive. It's exceedingly annoying
> to have a PC without a Serial Port if you do software development for
> embedded hardware. Especially when working with smaller processors
> that are not powerful enough for Ethernet/USB or where having anything
> beyond a serial port would just add too much cost to a device.


It sure can be a costly addition, although you'd be suprised that
sometimes an embedded module w/eth may only cost $5-$10 more than the
same model, except w/o eth.

>
> There are many applications where a serial port is beyond sufficient
> where trying to use Ethernet or USB would be like swatting a fly with
> a nuke! Not to mention the simplicity of a serial port VS Ethernet or
> USB. USB especially is a pain to deal with.
>
> Takes a single instruction to send a byte over Serial.
>
> Takes by magnitudes more code to do the same via either ethernet or
> usb, not to mention transmission overhead. They are also unsuitable
> actually for certain types of communications where you only need to
> transmit a single byte of information and need an immediate response
> in real-time without packet overhead that is by magnitudes larger than
> the actual data.


I concur. Many of the (serial-based) wireless systems we have sold are
doing very fast time-slotted polling, in the range of 100ms per
poll/response. There is no way to get that performance via ethernet. We
also have remote I/O gear that transfers I's at one end to O's at the
other (and visa-versa), and the response time of that is under 25ms from
the edge transition at one end to the output at the other end being set.

Oh yeah, the complete compiled code for the entire I/O functionality is
< 60K in size. And that includes a menu based UI as well.

The poject I am just starting uses ethernet, and just initializing the
CPU module with TCP/IP, doing absolutely nothing else except making it
appear as an active IP on the network, the compiled code is 130K. This is
before any functionality at all, to do anything, is added.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Couldn't find driver software for your device" otbuckeye Windows Vista General Discussion 1 03-23-2008 06:51 PM
Can't find "import" or "export" on Windows Contacts toolbar Tom Windows Vista Mail 2 01-23-2008 04:21 PM
USB SATA drive says cannot find "USB to Serial-ATA bridge driver" ScottHW Windows Vista Hardware 4 12-03-2007 01:36 PM
Can't "Find" or "Search" for computers Mkct27 Windows Vista Networking 4 06-17-2007 12:46 AM
Need help in printing via the old "LPT" port in Vista Michael B. Windows Vista General Discussion 1 03-17-2007 02:42 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59