Click here to Skip to main content
15,882,017 members
Articles / Programming Languages / C++

Port Access

Rate me:
Please Sign up or sign in to vote.
3.78/5 (34 votes)
17 Aug 20041 min read 175.7K   4.1K   40  
A way to access parallel port in Windows XP
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by UserPort.rc
//
#define IDD_USERPORT                    101
#define IDI_APP                         102
#define IDC_AUMP_LIST_GRANTS            1000
#define IDC_AUMP_EDIT_ADD               1001
#define IDC_AUMP_BUTTON_ADD             1002
#define IDC_AUMP_BUTTON_REMOVE          1003
#define IDC_BUTTON_OUTPUT_DATA          1004
#define IDC_BUTTON_INPUT_DATA           1005
#define IDC_BUTTON_UPDATE               1009
#define IDC_BUTTON_START                1010
#define IDC_BUTTON_STOP                 1013
#define IDC_AUMP_BUTTON_DEFAULTS        1016
#define IDC_CHECKOUTPUT1                1018
#define IDC_CHECKINPUT1                 1019
#define IDC_RADIO1                      1020
#define IDC_CHECKOUTPUT2                1027
#define IDC_CHECKOUTPUT3                1028
#define IDC_CHECKOUTPUT4                1029
#define IDC_CHECKOUTPUT5                1030
#define IDC_CHECKOUTPUT6                1031
#define IDC_CHECKOUTPUT7                1032
#define IDC_CHECKOUTPUT8                1033
#define IDC_CHECKINPUT2                 1034
#define IDC_CHECKINPUT3                 1035
#define IDC_CHECKINPUT4                 1036
#define IDC_CHECKINPUT5                 1037
#define IDC_CHECKINPUT6                 1038
#define IDC_CHECKINPUT7                 1039
#define IDC_CHECKINPUT8                 1040

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        103
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1023
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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


Written By
Web Developer
Iran (Islamic Republic of) Iran (Islamic Republic of)
I live in Iran . I started hardware programming when I was young. I designed and built some ISA cards for attaching to PC.like ocsiloscope and signal generator. Now I am working for a engineering company and Manager of some project.

Comments and Discussions