home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Rising BBS / phoenixrising.zip / phoenixrising / cellular / ctekinfo.txt < prev    next >
Text File  |  1995-01-04  |  7KB  |  180 lines

  1.          Cellular Telephone Experimentors Kit
  2.                 for the OKI-900/1150
  3.  
  4. The Cellular Telephone Experimentors Kit allows control of a cellular
  5. telephone from a personal computer.  The Kit connects any DOS-based PC
  6. with a serial port to an OKI-900/1150 (AT&T 3730/3760) cellular telephone.
  7. The kit is designed for technicians, students, professionals, hobbyists,
  8. and others interested in using, learning, repairing, and experimenting
  9. with cellular telephone technology.
  10.  
  11. The kit consists of an interface adapter, software and manual.  The
  12. interface adapter converts the cellular phone's proprietary interface to a
  13. standard RS-232 interface, and allows connection of external audio signals
  14. to the cellular phone.  The interface is not designed for data transmission
  15. over the cellular system.
  16.  
  17. The kit includes the cellular telephone interface adapter;  a manual and a
  18. short cellular tutorial;  four programs;  a programming library and
  19. documentation;  and cellular related informational files.
  20.  
  21. One program is designed for testing the phone and allows a technician to
  22. activate many of the OKIs built in test modes and functions, such as tuning
  23. to a particular channel, activating carrier, sat, signalling tones, etc.
  24.  
  25. Another program can be used to access the phone's user features, such as
  26. programming NAMs, or uploading, downloading and editing the phone's 200
  27. alphanumeric telephone number memories on the PC.
  28.  
  29. A programming library object module is supplied to allow you to write your
  30. own programs to access the phone in both normal operating mode and in test
  31. mode.  The library contains functions such as tuning to a channel, turning
  32. carrier/audio/sat-tones/signalling-tones on and off, reading received
  33. signal strength, sending and receiving digital control messages, and
  34. sending and decoding dtmf tones.
  35.  
  36. Two programs are supplied in source form that give examples of writing
  37. applications in either of these modes.  One of these programs shows how the
  38. PC can completely control the cellular phone, making and receiving calls
  39. while the phone is only operating in its test mode, with the PC handling
  40. all of the cellular protocol and messaging functions.  The other program
  41. simply controls the phone by simulating presses on its keypad from the PC.
  42.  
  43. All code and libraries were compiled using Borland Turbo C 2.0 running
  44. under DOS.  We are not supporting any other systems at this time.
  45. The software does not change or modify ESNs.
  46.  
  47.  
  48. OTHER CELLULAR PHONES AND PRODUCTS
  49.  
  50. We do not support any other brand of cellular telephones.  We also do
  51. consulting and special projects with OKI related cellular equipment.
  52.  
  53.  
  54. ORDERING INFORMATION
  55.  
  56. ITEM        DESCRIPTION                        PRICE
  57. =============================================================================
  58. CTEK        Cellular Telephone Experimentors Kit interface        $100
  59.           requires an adapter cable listed below
  60.  
  61. CTC900        adapter cable for OKI-900 (AT&T 3730)            $25
  62. CTC1150        adapter cable for OKI-1150 (AT&T 3760)            $25
  63.  
  64. CTS2T        SMA to TNC adapter for OKI-900                $5
  65.           allows connecting standard cellular mobile
  66.           antennas to OKI-900 (female SMA - female TNC)
  67.  
  68. CTRANT        right angle antenna (with TNC connector)        $20
  69.           when used with CT-S2T adapter, allows OKI-900
  70.           to sit flat on table with vertical antenna
  71.  
  72.  
  73. PAYMENT
  74.  
  75. Payment can be made by personal check (must clear first), money order
  76. or cashiers check, or company purchase order.  Add $4 for shipping.
  77. Californian's must pay 8.25% sales tax.
  78.  
  79.  
  80. CONTACT US AT
  81.  
  82. Network Wizards
  83. PO Box 343
  84. Menlo Park, CA  94026
  85.  
  86. tel: (415) 326-2060
  87. fax: (415) 326-4672
  88. net: info@nw.com
  89.  
  90.  
  91. ----------------------------------------------------------------------
  92.          Cellular Telephone Experimentors Kit
  93.  
  94.  
  95. Contents of Floppy Disk 
  96.  
  97.  Information Files
  98.   README    This file.
  99.   MANUAL    The manual.  Read it.
  100.   TUTORIAL.DOC    A cellular telephone tutorial.
  101.   AREACODE.DOC    A listing of North American area codes.
  102.   SYSTEMS.DOC    A listing of North American cellular telephone systems.
  103.   NW.DOC    Contact information for Network Wizards
  104.  
  105.  Programs
  106.   MENU.EXE    A menu driven program for setting user parameters in the phone.
  107.   TEST.EXE    A program for cellular telephone testing and maintenance.
  108.   KEYCON.EXE,C    A program (and source) to control the OKI in normal mode.
  109.   TEL.EXE,C    A program (and source) to control the OKI in test mode.
  110.  
  111.  Programming Libraries
  112.   CTLIB.DOC    The cellular telephone programming library documentation.
  113.   CTLIB.H    The cellular telephone programming library header file.
  114.   CTLIB.OBJ    The cellular telephone programming library object module.
  115.   TTY.OBJ    Serial I/O object module (1of2).
  116.   TTYA.OBJ    Serial I/O object module (2of2).
  117.   MAKEFILE    A Turbo C makefile for compiling the sample source code.
  118.  
  119. ----------------------------------------------------------------------
  120.     PROGRAMMING LIBRARY FUNCTION SUMMARY
  121.  
  122. INITIALIZATION
  123. ct_lib_init            initialize library routines
  124. ct_lib_done            cleanup after library routines
  125. ct_on                turn phone on
  126. ct_off                turn phone off
  127.  
  128. OPERATION
  129. ct_keypress            "press" a key on phone
  130.  
  131. TRANSMISSION
  132. ct_set_channel            select channel number
  133. ct_set_carrier            turn transmitter on or off
  134. ct_set_tx_power            set transmit power level
  135. ct_set_sat            select sat tones
  136.  
  137. AUDIO
  138. ct_set_audio_path        set source/destination of audio signals
  139. ct_set_rx_audio            mute or unmute received audio
  140. ct_set_tx_audio            mute or unmute transmitted audio
  141. ct_set_volume            set audio volume level
  142. ct_set_audio_tone        select audio alerting tones
  143. ct_set_dtmf            transmit DTMF tones
  144. ct_dtmf_decode            receive DTMF tones
  145. ct_set_comp_exp            turn compressor/expandor circuit on or off
  146.  
  147. DATA AND SIGNALLING
  148. ct_fcc_msg            receive a Forward Control Channel message
  149. ct_fvc_msg            receive a Forward Voice Channel message
  150. ct_rcc_msg            send a Reverse Control Channel message
  151. ct_rvc_msg            send a Reverse Voice Channel message
  152. ct_set_signalling_tone        turn signalling tone on or off
  153. ct_stream            set reception on even or odd data stream
  154.  
  155. STATUS
  156. ct_get_rss            read received signal strength
  157. ct_get_battery_level        read battery level
  158.  
  159. MEMORIES
  160. ct_read_mem            read telephones internal memory
  161. ct_read_block            read memory block from phone
  162. ct_set_block            write memory block to phone
  163. ct_get_esn            read ESN from phone
  164. ct_get_romver            read ROM version number from phone
  165. ct_get_prog_pwd            read programming password from phone
  166. ct_get_cust_msg            read custom power on message from phone
  167. ct_set_cust_msg            write custom power on message to phone
  168. ct_get_nams            read NAMs out of phone
  169.  
  170. UTILITIES
  171. ct_inc_channel            increment to next channel
  172. ct_dec_channel            decrement to next channel
  173. ct_channel_type            return type of channel
  174. ct_decode_fcc_msg        decode a forward control channel message
  175. ct_decode_fvc_msg        decode a forward voice channel message
  176. ct_decode_order            decode a received order
  177. ct_tel2min            convert a telephone number to a MIN
  178. ct_gen_bch            generate a BCH error correction code
  179. -------------------------------------------------------------------------
  180.