Click here to Skip to main content
15,891,473 members
Articles / Programming Languages / C++

POCSAG Encoder

Rate me:
Please Sign up or sign in to vote.
4.65/5 (10 votes)
23 Feb 20068 min read 121.8K   4.7K   19  
The article is about encoding a text message for pagers using POCSAG encoder.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by POCSAG_DLG.rc
//
#define IDD_POCSAG_DLG_DIALOG           102
#define IDR_MAINFRAME                   128
#define IDD_COM_SETTINGS                129
#define IDC_RECIEVER                    1000
#define IDC_MESSAGE                     1001
#define IDC_ENCODED_MSG                 1002
#define IDC_CALCULATE                   1003
#define IDC_COM_SETTINGS                1004
#define IDC_BAUDRATE                    1005
#define IDC_DATA_BITS                   1006
#define IDC_PARITY                      1007
#define IDC_STOP_BITS                   1008
#define IDC_HAND_SHAKE                  1009
#define IDC_COM_PORT                    1010

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1006
#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
CEO Solaris Electronics LLC
United Arab Emirates United Arab Emirates
I was born in Shiraz, a very beautiful famous city in Iran. I started programming when I was 12 years old with GWBASIC. Since now, I worked with various programming languages from Basic, Foxpro, C/C++, Visual Basic, Pascal to MATLAB and now Visual C++.
I graduated from Iran University of Science & Technology in Communication Eng., and now work as a system programmer for a telecommunication industry.
I wrote several programs and drivers for Synthesizers, Power Amplifiers, GPIB, GPS devices, Radio cards, Data Acquisition cards and so many related devices.
I'm author of several books like Learning C (primary and advanced), Learning Visual Basic, API application for VB, Teach Yourself Object Oriented Programming (OOP) and etc.
I'm winner of January, May, August 2003 and April 2005 best article of month competition, my articles are:


You can see list of my articles, by clicking here


Comments and Discussions