Click here to Skip to main content
Click here to Skip to main content

EnumSerialPorts v1.02 - Enumerating Serial Ports

By , 3 Mar 2000
 
  • Download source files - 7 Kb
  • Introduction

    Welcome to EnumSerialPorts v1.01, a simple MFC function to enumerate the serial ports installed on your machine.


    Features
    Usage
    History
    API Reference
    Contacting the Author


    Features

    • Simple C style function interface.
    • The code works on both Windows 95/98 and NT.
    • The code is fully Unicode compliant and include Unicode built options in the workspace file.


    Usage

    • To use the function in your code simply #include "enumser.cpp" in your project and #include "enumser.h" in which ever of your modules needs to make calls to the function.
    • Your code will need to include MFC either statically or dynamically.
    • To see the class in action, have a look at the main function in the module main.cpp.


    History

    v1.0 (3 November 1998)
    • Initial Public release.

    v1.01 (23 February 1999)

    • Code now uses QueryDosDevice() if running on NT to determine which serial ports are available. This avoids having to open the ports at all. It should operate a lot faster in addition.

    V1.02 (12 December 1999)

    • Fixed a problem in the Win9x code path when trying to detect deactivated IRDA-ports. When trying to open those, you will get the error-code ERROR_GEN_FAILURE.


    API Reference

    EnumerateSerialPorts

    void ::EnumerateSerialPorts(CUIntArray& ports);

    Parameters:

    • ports -- Upon return this array will contain the port numbers of all the serial ports installed on the computer.



    Contacting the Author

    PJ Naughter
    Email: pjn@indigo.ie
    Web: http://www.naughter.com
    12 December 1999


    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here

    About the Author

    PJ Naughter
    United States United States
    Member
    No Biography provided

    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
    You must Sign In to use this message board.
    Search this forum  
        Spacing  Noise  Layout  Per page   
    GeneralUintArraymemberdrequinox4 Sep '06 - 10:44 
    GeneralProblem: Other devices starting with "Com"...memberSupermagle11 Nov '05 - 3:03 
    GeneralRe: Problem: Other devices starting with "Com"...memberSupermagle11 Nov '05 - 3:12 
    GeneralVIRTUAL SERIAL PORTmemberJoseph126 May '03 - 8:53 
    GeneralRe: VIRTUAL SERIAL PORTmemberJLT7623 Feb '05 - 16:28 
    GeneralSuggestion for another methodmemberchris10919 Mar '02 - 3:03 
    GeneralThe way I do it ...memberanonymous24 Aug '01 - 7:36 
    GeneralIncorrect COM0 detectionmemberAnonymous6 Aug '01 - 20:26 
    GeneralRe: Incorrect COM0 detectionmemberAnonymous12 Aug '01 - 14:18 
    GeneralRe: Incorrect COM0 detectionmemberAnonymous12 Aug '01 - 14:31 
    GeneralThere is a better way to enumerate ports...memberChristian B25 Jul '01 - 1:15 
    GeneralHelp for Windows CEmemberChris Pichon19 May '01 - 5:48 
    GeneralRe: Help for Windows CEmembersusilrani9 May '08 - 0:22 
    Generali need to detect a modem . . .sussguy19 Sep '00 - 5:37 
    GeneralUse vector<UINT> instead of CUIntArraysussleowlf9 Apr '00 - 16:22 
    GeneralRe: Use vector<UINT> instead of CUIntArraysussPJ Naughter16 May '00 - 13:57 
    GeneralRe: Use vector<UINT> instead of CUIntArraymemberAnonymous19 Apr '02 - 4:50 
    GeneralVirtual PortssussCMG4 Apr '00 - 12:06 
    GeneralRe: Virtual PortssussPJ Naughter5 Apr '00 - 11:46 
    GeneralRe: Virtual PortssussEldad Kuperman12 Apr '00 - 23:25 
    GeneralRe: Virtual PortssussEldad Kuperman12 Apr '00 - 23:27 
    GeneralRe: Virtual PortssussPJ Naughter16 May '00 - 14:00 
    GeneralRe: Virtual PortssussPJ Naughter17 May '00 - 3:13 
    GeneralRe: Virtual PortsmemberGin Hwee2 Sep '01 - 21:52 
    GeneralRe: Virtual PortssussAnonymous11 Dec '03 - 23:38 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    Permalink | Advertise | Privacy | Mobile
    Web02 | 2.6.130516.1 | Last Updated 4 Mar 2000
    Article Copyright 2000 by PJ Naughter
    Everything else Copyright © CodeProject, 1999-2013
    Terms of Use
    Layout: fixed | fluid