|
-
Jun 16th, 2008, 08:45 PM
#1
Thread Starter
Addicted Member
USB and Com Port
Hi guys,
I have a device connected to the PC using USB, is it possible for the PC to assign this to a Com Port (I don't exactly know the term to be used, I hope the idea gets there).
Thank you very much.
C++ Programming is overwhelming.
Dont let it overwhelm you or you'll fall into the oblivion of its perfection
-
Jun 17th, 2008, 03:17 AM
#2
Re: USB and Com Port
If you're not sure how to use the word for the idea, try explaining the idea in more detail.
-
Jun 17th, 2008, 06:50 AM
#3
Re: USB and Com Port
Are you talking about Windows auto-detecting the presence of the USB device, and then doing something with it?
-
Jun 18th, 2008, 03:37 AM
#4
Re: USB and Com Port
What are you trying to do? If you have a device with a USB connection, then there is no simple way to connect it to a COM port without some kind of hardware converter (I kinda doubt this is wht you are trying to do but ... ?).
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 18th, 2008, 01:02 PM
#5
Re: USB and Com Port
Not normally charmed. That's a function of the driver for the USB device. Some "USB" devices are nothing more than old Serial Port devices with a built-in adapter. Usually, when they write a driver for these devices, the driver installs a virtual COM port in Windows to point to the USB device.
There's no way to arbitrarily just assign a Windows COM port to any-old USB device though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|