CSCI Computer Networking: Link Layer Programming George Blankenship. Programming George Blankenship 1

Size: px
Start display at page:

Download "CSCI Computer Networking: Link Layer Programming George Blankenship. Programming George Blankenship 1"

Transcription

1 CSCI 6431 Computer Networking: Link Layer Programming George Blankenship Programming George Blankenship 1

2 Communication Environment Physical Layer Interface Physical Layer Interface (invisible) Computer Parallel/Serial Interface Modem Telephone Telephone circuit Link Layer Interface Programming George Blankenship 2

3 Lecture Outline Programming concepts General concepts Programming constructs components Modem interface Modem/telephone interface System-to-system messages gexamples Programming George Blankenship 3

4 Programming Concepts Basic concepts Finite state machine Interrupts gconstructs Server programming Client programming State variable processing Messages Programming George Blankenship 4

5 Finite State Machine Problem is decomposed Tasks Events State is a task with an input and output Events are the input or output of a task Programming George Blankenship 5

6 FSM Definition State Input Output Next state Initial i Initialize i DTR WiDSR WaitDSR WaitDSR DSR IF setup RTS WaitCTS WaitCTS CTS Reset WaitOK ~DSR ~DTR Initial WaitOK OK Dial WaitConnect ~DSR ~DTR Initial Programming George Blankenship 6

7 ~DSR ~DTR FSM Map Programming George Blankenship 7

8 Interrupts Inputs are capture and processed by ad hoc processes Current state defines applicability of the interrupt Current state defines processing associated with the interrupt Interrupt processing centered on current state Programming George Blankenship 8

9 Programming Two components to each I/O Recipient, waiting entity, server S /Cli t Generator, active entity, client Server Device or service provider Must wait for service request Client Requestor of service Performs read/write as needed d Programming George Blankenship 9

10 Server Programming The server is the entity that allows the client to perform a write whenever it wishes The server must be in a waiting state, waiting for an action by the client The server performs a read (complex action) The server receives the first write by the client Programming George Blankenship 10

11 Client Programming The client behaves like the normal program (simple action) S /Cli t The client performs a write to initiate i i an interaction i (dialog) The client performs a read to capture the servers response. Programming George Blankenship 11

12 State Variable Current state maintained i in single shared variable S /Cli t Rf Reference to the state variable ibl must be protected by (mutex or monitor) PDU/SDU Coding model lis switch statement Switch(state variable) Case state1: Case state2: Programming George Blankenship 12

13 Waiting Problem Solution Non-blocking I/O for reads S /Cli t Separate process (thread) for blocking I/O All I/O is able to an associated inactivity timer Systems are able to perform other processing while waiting for I/O Programming George Blankenship 13

14 Process (Thread) Assignments Main process Computation (compilation) of input Maintenance of GUI Monitor the health of system Input process Collect input from each input source Output process Deliver output to each destination Programming George Blankenship 14

15 PDUs and SDUs APDUi is a message between endsystems S /Cli t An SDU is a message between an endsystem and an interface PDU/SDU Since we will be writing i both sides of the communication, we will be able to define the contents of the PDU The SDU format is fixed by the interface Programming George Blankenship 15

16 Communication Environment Computer Parallel/Serial Interface Modem Telephone Telephone circuit Link Layer Interface Programming George Blankenship 16

17 Communication Interfaces Telephone (modem/telephone) interface Telephone number Speaker level Controlled by normal I/O In-band signaling Character oriented data and control Programming George Blankenship 17

18 Modem (Serial Link IF) (S Registers) S0 - Automatic answer ring number S1 - Ring counter S2 - AT escape character (43) S3 - Command line termination character (13) S6 - Wait before dialing (2) S7 - Connection completion time-out (50) S8 - Comma dial modifier time (2) S10 - Automatic disconnect delay (20) S30 - Inactivity timer (0) Programming George Blankenship 18

19 Modem/telephone Interface In-band signaling (sent on data path) AT starts all commands Individual command Letter (%Letter, &Letter) with modifier L speaker level M speaker operation Sx=value (set an S register) Response is a text string Programming George Blankenship 19

20 Signal Sequence +++<CR> - switch to control mode Set operating environment ATZ (factory defaults) ATL3M1E1F1 (loud until connect, echo commands, do not echo data) ATDT<phone number><cr> - dial a phone number and switch to data mode when connected Connection signaled by Connect ATO0 return back to data mode Programming George Blankenship 20

21 System-to-system messages System-to-system messages are sent after connection has been made Content of the message is transparent to the interfaces (with the exception of +++) Message content is link protocol For class problem, the message will contain hello <called telephone number> from <sending system id> Programming George Blankenship 21

22 General Program Flow Capture (assign, acquire) the communications port S /Cli t Initialize the UART/modem interface is proper PDU/SDU Initialize the modem/telephone interface Dial Exchange data Terminate call Programming George Blankenship 22

23 Initialize the Modem/telephone Interface Switch to control mode by sending +++ slowly WriteFile() I/O function for all commands Send one character at a time waiting for I/O completion After I/O completion control mode is active Programming George Blankenship 23

24 Control Messages (AT command set defined in the references at the end of the notes) S /Cli t Standard I/O is used for the telephone interface PDU/SDU The I/O is an ASCII string The first two characters of each message are AT Individual id commands require one or more intervening characters The last character of each message is <CR> Programming George Blankenship 24

25 Making a Call ATE0F1L3M1DT <CR> E0 echo control F1 do not echo normal data L3 speaker on high (to hear dialing) M1 speaker on during dial until connection DT tone dial (800) Programming George Blankenship 25

26 Receiving a Call Call will generate a ring-in on receiving side Receiving modem will answer S0 is non-zero (ATS0=x) ATA command Modem will present CD to phone Phone will present a connect message Programming George Blankenship 26

27 Sending/Receiving Data WriteFile(), ReadFile() are the I/O functions to send/receive data S /Cli t Protocol encoding and rules must supply all attributes of QoS PDU/SDU Exercise is to send a message and display received message What is the form of the message? How does receiver know message has been received properly? How does sender know the message has been received? Programming George Blankenship 27

28 Terminate When the message has been displayed the call may be S /Cli t disconnected Call disconnect ATH<CR> on modem/telephone control interface Modem will drop carrier CD loss will be reported in on other side Programming George Blankenship 28

29 Reading and Thought /Di l /B i d l Programming George Blankenship 29

Telenetics dial modems are based upon Rockwell chipsets. These chipsets contain Rockwell's "AT" command set.

Telenetics dial modems are based upon Rockwell chipsets. These chipsets contain Rockwell's AT command set. AT COMMAND SET and S-REGISTERS Telenetics dial modems are based upon Rockwell chipsets. These chipsets contain Rockwell's "AT" command set. A summary of the Rockwell command set for the PE2496 and PE14.4

More information

AT Commands - Trust 56K PCI Modem - Executing commands

AT Commands - Trust 56K PCI Modem -   Executing commands AT Commands - Trust 56K PCI Modem - www.trust.com/11709 Executing commands Your modem is in Command Mode upon power-on and is ready to receive and execute AT commands. The modem remains in Command Mode

More information

Modem AT Command Set

Modem AT Command Set Command Function Modem AT Command Set AT Attention - this precedes all commands except A/ and +++ A/ Execute previous command - does not require a A B0 B1 B2 D Dmn L W Causes the modem to go off hook.

More information

Low Speed Modems for Dial and Leased Circuits 2400E (Standalone) 2400R (Rackmount)

Low Speed Modems for Dial and Leased Circuits 2400E (Standalone) 2400R (Rackmount) Low Speed Modems for Dial and Leased Circuits 2400E-030-4 (Standalone) 2400R-030-4 (Rackmount) QUALITY COMMUNICATIONS PRODUCTS Made in the U.S.A. 11-1010-002 INTRODUCTION The Data Connect ST2400E-2 and

More information

Designer Modem Communication US Robotics Sportster Modems

Designer Modem Communication US Robotics Sportster Modems Designer Modem Communication US Robotics Sportster Modems This Technical Note contains the information required to setup up the Designer to UniOP modem communication using US Robotics Sportster modems.

More information

CMM 900-3W USER GUIDE

CMM 900-3W USER GUIDE CMM 900-3W USER GUIDE AMPS Cellular Modem Module (3W) Page 1 of 1 Table of Contents 1. PRODUCT OVERVIEW...3 1.1 Features:... 3 1.2 Serial Port Pins:... 5 1.3 Applications:... 5 1.4 Your package includes:...

More information

Manual Reference. Modem Commands. S35i, C35i, M35i

Manual Reference. Modem Commands. S35i, C35i, M35i Manual Modem s for the SIEMENS Mobile Phone S35i, C35i, M35i page 1 of 7 The command descriptions or example sequences in this document imply no liability or warranty in any way. The author therefore will

More information

ZM24x Quick-Connect Industrial Modem. User s Manual

ZM24x Quick-Connect Industrial Modem. User s Manual ZM24x Quick-Connect Industrial Modem User s Manual Version 1.1 2004 ZYPEX, Inc. All Rights Reserved 1 ZM24x Quick-Connect Industrial Modem Since the equipment explained in this manual has a variety of

More information

ZM56 High-Speed Industrial Modem. Command Summary. 1 ZM56 High-Speed Industrial Modem

ZM56 High-Speed Industrial Modem. Command Summary. 1 ZM56 High-Speed Industrial Modem ZM56 High-Speed Industrial Modem Command Summary 1 ZM56 High-Speed Industrial Modem AT Command Summary Command AT ATA ATDT ATE0 ATE1 ATH ATH1 ATI ATO ATS Description Attention Prefix Precedes all commands

More information

User Module. AT Modem Emulator APPLICATION NOTE

User Module. AT Modem Emulator APPLICATION NOTE User Module AT Modem Emulator APPLICATION NOTE USED SYMBOLS Used symbols Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible

More information

Canal+ Compatibility

Canal+ Compatibility Canal+ Compatibility Application Note The is a V.22bis (and lower speed) single chip data modem intended to be integrated in any device that requires transferring data over the PSTN (Public Switched Telephone

More information

4.3 Ingenico Telium OS modem specific commands

4.3 Ingenico Telium OS modem specific commands 4.3 Ingenico Telium OS modem specific commands 4.3.1 Command: return to command mode Syntax : void esc_command (void) 4.4 AT Commands The AT commands are used to: C operational parameters, Establish a

More information

APPLICATION NOTE. N2 Dial Application. Using N2 Dial...3. Introduction...3. Key Concepts...4

APPLICATION NOTE. N2 Dial Application. Using N2 Dial...3. Introduction...3. Key Concepts...4 FANs 637.5, 1637.5 N2 Dial Section Issue Date 0400 APPLICATION NOTE N2 Dial Application Using N2 Dial...3 Introduction...3 Key Concepts...4 N2 Dial Configuration... 4 Downloading with N2 Dial...*6 Dial-in

More information

ARC Modem Low Power Modem LP9624

ARC Modem Low Power Modem LP9624 Over a decade of service to the Data Commination Industry 800-926-0226 / 281-392-6333 ARC Modem Low Power Modem LP9624 After 5 seconds of inactivity, the unit automatically goes into power down mode The

More information

x2 AT Command Reference for TelePort 56 modems

x2 AT Command Reference for TelePort 56 modems x2 AT Command Reference for TelePort 56 modems Copyright 1997 Global Village Communication, Inc., and its Licensors. Portions Copyright 1989 1996, Thought Communications, Inc. All rights reserved. Fax

More information

NDM Configurator. Introduction Page *3. Configuration Files 5. Downloading 17 APPLICATION NOTE

NDM Configurator. Introduction Page *3. Configuration Files 5. Downloading 17 APPLICATION NOTE System 9100 Technical Manual 636.4 Network Communications Section Application Note Issue Date 0896 APPLICATION NOTE NDM Configurator Introduction Page *3 Configuration Files 5 Hardware Requirements *5

More information

Frontline Test System

Frontline Test System Frontline Test System SerialBERT Async for Windows 9x/NT Manual Technical Support Frontline Test Equipment, Inc. PO Box 7507 Charlottesville, VA 22906-7507 USA Voice: (804) 984-4500 Fax: (804) 984-4505

More information

Cellular modem and Transceiver

Cellular modem and Transceiver ARC CDL-900 Cellular modem and Transceiver ARC Electronics 1800-926 926-0226 / 281-392 392-6333 814 Wild Horse Vly Rd Suite "H" Katy, TX 77450 May 11, 1999 Cellular Data Link CDL 900 Point-to-Point Wireless

More information

RTU-COM PSTN AT. User Guide

RTU-COM PSTN AT. User Guide 1 RTU-COM PSTN AT User Guide V. 1.00 / Feb 2006 / Doc 40142 2 1. Introduction This document is a guide for change settings in the PSTN modem integrated in the RTU-COM. You have only access to change the

More information

User Manual for VE GSM Modem

User Manual for VE GSM Modem User Manual for VE GSM Modem INTRODUCTION GSM/GPRS Smart Modem is a multi-functional, ready to use, rugged unit that can be embedded or plugged into any application. The Smart Modem can be controlled and

More information

Instruction Manual Communications Software for iseries and C Series Instruments Part number Apr2014

Instruction Manual Communications Software for iseries and C Series Instruments Part number Apr2014 iport Instruction Manual Communications Software for iseries and C Series Instruments Part number 102606-00 22Apr2014 2007 Thermo Fisher Scientific Inc. All rights reserved. Specifications, terms and pricing

More information

Remote Maintenance of Controllers via Serial Port

Remote Maintenance of Controllers via Serial Port Remote Maintenance of Controllers via Serial Port Introduction This application notes describes the procedure for establishing communication between a PC with JetSym and a remote Jetter controller via

More information

AVAYA J129 IP Phone QUICK REFERENCE GUIDE

AVAYA J129 IP Phone QUICK REFERENCE GUIDE AVAYA J129 IP Phone QUICK REFERENCE GUIDE The Avaya J129 IP Phone is a SIP-based phone intended to be used for basic business communications. The phone supports two-call appearances with a single-line

More information

VCOM. User Manual. User Manual for VCOM Serial Device Driver. (November 2007)

VCOM. User Manual. User Manual for VCOM Serial Device Driver. (November 2007) VCOM User Manual User Manual for VCOM Serial Device Driver (November 2007) Table of Contents 1) INTRODUCTION... 3 1.1) System Requirements... 3 1.2) Software Installation... 3 1.3) System Startup... 5

More information

x2 COMMANDS & TECHNICAL REFERENCE

x2 COMMANDS & TECHNICAL REFERENCE x2 COMMANDS & TECHNICAL REFERENCE NOTE: Until now, 33.6 Kbps was thought to be the practical limit for speed over standard phone lines. Now x2 technology shatters that barrier to bring you download speeds

More information

RS K Ext Modem. User Manual

RS K Ext Modem. User Manual RS-232 56K Ext Modem User Manual Content 1. Introduction... 2 2. Features... 3 3. Installation... 4 3.2.1 Installation Procedures for Windows 64 bits (XP/Win7/Vista)... 6 3.2.2 Installation Procedures

More information

AN_2901_005 JULY The Teridian 73M2901CE single chip modem implements the V.23 standard according the ITU V.23 recommendation.

AN_2901_005 JULY The Teridian 73M2901CE single chip modem implements the V.23 standard according the ITU V.23 recommendation. 73M2901CE V.22 bis Single Chip Modem A Maxim Integrated Products Brand APPLICATION NOTE AN_2901_005 JULY 2005 1 ITU V.23 Recommendation The Teridian 73M2901CE single chip modem implements the V.23 standard

More information

Bluetooth Module Application Scenarios

Bluetooth Module Application Scenarios Bluetooth Module Application Scenarios The information contained in this document is subject to change without notice. Ezurio makes no warranty of any kind with regard to this material including, but not

More information

Rev. A FEBRUARY MD1276A Global 56K/V90 Modem User s Guide

Rev. A FEBRUARY MD1276A Global 56K/V90 Modem User s Guide 0049-2200-001 Rev. A FEBRUARY 2004 0049-2200-500 MD1276A Global 56K/V90 Modem User s Guide Contents Introduction... 6 Installation... 7 Unpacking Your Hardware... 7 Additional Items You Need... 7 Hardware

More information

DIAL-UP NETWORKING PROFILE

DIAL-UP NETWORKING PROFILE Part K:7 DIAL-UP NETWORKING PROFILE This profile defines the requirements for Bluetooth devices necessary for the support of the Dial-up Networking use case. The requirements are expressed in terms of

More information

Configuring a Sunny Boy Control With an External Modem. Technical Note

Configuring a Sunny Boy Control With an External Modem. Technical Note With an External Modem Technical Note Revision 1.3 August 27, 2002 Kent Sheldon Revision History 1.0 July 1, 2002 Kent Sheldon Original Release 1.1 July 10, 2002 Kent Sheldon Add USR Modem 1.2 August 16,

More information

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide Web configuration reference guide 6623-3201 MRD-310 MRD-330 Westermo Teleindustri AB 2008 3G Cellular Modem / Router Web configuration reference guide www.westermo.com Table of Contents 1 Basic Configuration...

More information

AT&T Issue 1 November DEFINITY Communications System ISDN Asynchronous Data Module Feature Package 3 User Manual

AT&T Issue 1 November DEFINITY Communications System ISDN Asynchronous Data Module Feature Package 3 User Manual AT&T 555-021-729 Issue 1 November 1991 DEFINITY Communications System ISDN Asynchronous Data Module Feature Package 3 User Manual NOTICE While reasonable efforts were made to ensure that the information

More information

Sender Receiver Sender

Sender Receiver Sender EEE 410 Microprocessors I Spring 04/05 Lecture Notes # 19 Outline of the Lecture Interfacing the Serial Port Basics of Serial Communication Asynchronous Data Communication and Data Framing RS232 and other

More information

Chapter 5 AT Commands

Chapter 5 AT Commands Chapter 5 AT Commands GENERAL This chapter describes commands used to select options and to operate the modem. Some options depend on or are restricted by the mode of operation. COMMAND CATEGORIES The

More information

USER MANUAL. GSM Modem Option. Compatible with: DB46, DB7012

USER MANUAL. GSM Modem Option. Compatible with: DB46, DB7012 USER MANUAL GSM Modem Option Compatible with: DB46, DB7012 Publish Date: 06-Mar-2018 GSM MODEM OPTION - FEATURES AND USAGE The described Features and Usage of the GSM Option is compatible with following

More information

TM WiModem Internet modem for CBM computers Installation & Usage Manual Firmware v2.00 Manual v2.3

TM WiModem Internet modem for CBM computers Installation & Usage Manual Firmware v2.00 Manual v2.3 www.cbmstuff.com TM WiModem Internet modem for CBM computers Installation & Usage Manual Firmware v2.00 Manual v2.3 Release Date: June 9, 2016 Last Revision: December 25, 2017 All material including, but

More information

CSCI Computer Networking: Application Layer Programming George Blankenship. Programming George Blankenship 1

CSCI Computer Networking: Application Layer Programming George Blankenship. Programming George Blankenship 1 CSCI 6431 Computer Networking: Application Layer Programming George Blankenship Programming George Blankenship 1 Lecture Outline Programming concepts PDUs and SDUs Transport Interface System-to-system

More information

Appia User Portal for SIP Trunks

Appia User Portal for SIP Trunks Appia User Portal for SIP Trunks The User Portal is available at https://userportal.appiaservices.com. Please contact Appia Support at 877-277-4297, option 3 or support@appiaservices.com if you need login

More information

MIU56 Industrial Modem

MIU56 Industrial Modem MIU56 Industrial Modem Designed for unattended sites Designed to survive harsh environmental conditions for unattended operation, such as remote monitoring. Dual Watchdog Timers which can restart the modem

More information

Programming and Using the Motorola V.3400 Modem for Remote Operation of the DDF6000

Programming and Using the Motorola V.3400 Modem for Remote Operation of the DDF6000 Programming and Using the Motorola V.3400 Modem for Remote Operation of the DDF6000 1.0 Introduction A Technical Application Note from Doppler Systems April 11, 1999 Version 3.x of the DDF6000, running

More information

Call Forwarding Busy Line Fixed Allows you to redirect calls to another telephone number when your telephone line is busy.

Call Forwarding Busy Line Fixed Allows you to redirect calls to another telephone number when your telephone line is busy. Calling Features User Guide Call Forwarding Busy Line Fixed Allows you to redirect calls to another telephone number when your telephone line is busy. 2. Press *90 3. When you hear the interrupted dial

More information

3 Connecting to a Controller

3 Connecting to a Controller 3 Connecting to a Controller In this chapter Connecting to controllers: Overview 36 Setting up communications for your PC 37 Configuring Modbus communications 37 Modbus communications by modem 39 Configuring

More information

WTI-3101 Dialog Telephone Interface. User Manual

WTI-3101 Dialog Telephone Interface. User Manual WTI-3101 Dialog Telephone Interface User Manual Douglas Lighting Controls Page 1 February 5, 2014 Contents Introduction... 3 Specifications... 4 Operation... 4 WTI-3101 Quick Start Guide... 5 Telephone

More information

Serial console tool. To open the Serial console tool, select Serial console from the Tools drop-down menu in the toolbar.

Serial console tool. To open the Serial console tool, select Serial console from the Tools drop-down menu in the toolbar. Serial console tool The Serial console tool allows you to interact with your radio modules without first discovering them and adding them to the list of radio modules. The layout and functionality of the

More information

Table of Contents Telephone Directory

Table of Contents Telephone Directory Table of Contents Telephone Directory Telephone Directory 2 Introduction... 2 Telephone Directory Browse Table... 3 Adding/Editing Telephone Listings... 4 Adding a New Phone Book Listing... 4 Editing an

More information

XN120 PC Pro Guide Getting Started Rev 1.2 (January 2007)

XN120 PC Pro Guide Getting Started Rev 1.2 (January 2007) This guide explains the PC programming tool, Pre config files, and common areas to customise from the Pre Config files for the XN120 Telephone System. The guide also explains the various methods of connecting

More information

Bluetooth RS232 Serial Adapter

Bluetooth RS232 Serial Adapter Bluetooth RS232 Serial Adapter LM058 Table of contents 1. Introduction Page 1 2. Features Page 1 3. Packaging Page 2 4. General Specification Page 2 5. RS232 Interface Page 3 5.1 Pin Out Page 3 5.2 Signals

More information

=0 Read/Write IER Interrupt Enable Register =1 Read/Write - Divisor Latch High Byte + 2

=0 Read/Write IER Interrupt Enable Register =1 Read/Write - Divisor Latch High Byte + 2 EEE 410 Microprocessors I Spring 04/05 Lecture Notes # 20 Outline of the Lecture Interfacing the Serial Port Serial Port registers Transmitting Serial Data Receiving Serial Data INTERFACING THE SERIAL

More information

TechMemo # B. AlphaEclipse and Alpha signs. See Alpha and AlphaEclipse sign data formats on page 13 for a list of signs.

TechMemo # B. AlphaEclipse and Alpha signs. See Alpha and AlphaEclipse sign data formats on page 13 for a list of signs. TechMemo #01-0011B PRIORITY: Normal DATE: August 26, 2004 TITLE: ECO REFERENCE: PRODUCT(S) AFFECTED: SUMMARY: US Robotics 56k modem setup for AlphaEclipse and Alpha signs n/a AlphaEclipse and Alpha signs.

More information

Application Note CTAN #131

Application Note CTAN #131 Application Note CTAN #131 The application note is pertinent to all CT drives with RS232 communications. Remote Modem Communication with Drives This document will detail the use of a modem to allow use

More information

XN120 PC Pro with Quick Installer Guide Rev 1.2 (September 2005)

XN120 PC Pro with Quick Installer Guide Rev 1.2 (September 2005) This guide explains the PC programming tool with Quick Installer for the XN120 Telephone System. There is also a separate guide (991425-5 PCPro Getting Started Guide) that explains the operation of PCPro

More information

IML 560 USER GUIDE. Low Power 56Kbps Industrial modem. Version 1.2. December 6, AYANTRA Inc.

IML 560 USER GUIDE. Low Power 56Kbps Industrial modem. Version 1.2. December 6, AYANTRA Inc. IML 560 USER GUIDE Low Power 56Kbps Industrial modem Version 1.2 December 6, 2002 AYANTRA Inc. Revision History Date Version Description By November 18, 2002 1.1 Initial Release - December 6, 2002 1.2

More information

Hardware Manual. PCMCIA 1 Port RS EDITION APRIL 1999

Hardware Manual. PCMCIA 1 Port RS EDITION APRIL 1999 Hardware Manual 232 232232 PCMCIA 1 Port RS232 1.1 EDITION APRIL 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided

More information

University of Louisiana at Lafayette Network Services 8410D User Guide

University of Louisiana at Lafayette Network Services 8410D User Guide University of Louisiana at Lafayette Network Services 8410D User Guide This presentation addresses the basic features of your digital phone that are different from your analog phone. This basic conversion

More information

Serial Interfaces Part 1. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Serial Interfaces Part 1. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Serial Interfaces Part 1 ECE 153B Sensor & Peripheral Interface Design Serial Interfaces Simple Serial Interfaces RS-232C (UART) Provides for point to point communications, primarily Among the simplest

More information

ASL Holdings Ltd. User Guide for the: - DELTA PLUS LAN modem. Provisional Ver1.8

ASL Holdings Ltd. User Guide for the: - DELTA PLUS LAN modem. Provisional Ver1.8 Provisional Ver1.8 ASL Holdings Ltd User Guide for the: - DELTA PLUS LAN modem ASL Holdings Ltd,The Oaks, Spring Hill Office Park, Spring Hill Farm, Harborough Road, Pitsford, Northampton, NN6 9AA Tel:+44

More information

TM WiModem Internet modem for CBM computers Installation & Usage Manual Firmware v1.97 Manual v2.2

TM WiModem Internet modem for CBM computers Installation & Usage Manual Firmware v1.97 Manual v2.2 www.cbmstuff.com TM WiModem Internet modem for CBM computers Installation & Usage Manual Firmware v1.97 Manual v2.2 Release Date: June 9, 2016 Last Revision: November 6, 2017 All material including, but

More information

TAINY ComPortClient. User manual

TAINY ComPortClient. User manual ComPortClient User manual ! Attention! Please note, particularly when using pay networks: Data packets are exchanged when setting up a connection, when receiving a connection and during attempts to connect

More information

ASAP 104. Installation and Reference Guide. Register Online at

ASAP 104. Installation and Reference Guide. Register Online at ASAP 104 Installation and Reference Guide Customer Service U.S.: 1-800-288-6794 E-mail: techsupport@commandcommunications.com Register Online at www.commandcommunications.com Table of Contents Introduction

More information

#!!#!$! # #!!$!% #$!&#&! ##!$ #!!! $! # &! $!!!&%' #!#### # $(! !$ %!$'&!!(!%(!$##! #! %!$&! $!!#)!!'!!&#!!!$!!!!!!$!$!!! (!#!!! $# '!! #!

#!!#!$! # #!!$!% #$!&#&! ##!$ #!!! $! # &! $!!!&%' #!#### # $(! !$ %!$'&!!(!%(!$##! #! %!$&! $!!#)!!'!!&#!!!$!!!!!!$!$!!! (!#!!! $# '!! #! !" #!!#!$! # #!!$!% #$!&#&! ##!$ #!!! $! # &! $!!!&%' #!#### # $(!!$ %!$'&!!(!%(!$##! #! %!$&! $!!#)!!'!!&#!! $$$#!$!!!!!!$!$!!! (!#!!! $# '!! #! # (# (!!$! #!$!" (!!$!$! ' %!$%!! # (#! #! '!! #!! (!!#

More information

LM058 Bluetooth Serial Adapter

LM058 Bluetooth Serial Adapter LM058 Bluetooth Serial Adapter with external antenna The LM058 Bluetooth Serial Adapter eliminates your conventional RS232 serial cables, providing an easy-to-use, invisible connection with freedom of

More information

IQCBRG Network Bridge

IQCBRG Network Bridge Network Bridge C Module Description The provides a means of expanding or extending RollNet (RollCall ) networks. Additionally, an RS232 serial port enables RollNet sections to be joined using a modem over

More information

Section 1 Introduction

Section 1 Introduction Section 1 Introduction The Model 4824 Serial/Parallel Module provides one RS232 serial port and one parallel printer port. Eight 4824s could be used per system. You can use the 4824 for a variety of purposes,

More information

Script Step Reference Information

Script Step Reference Information Script Step Reference Information This chapter lists all the steps available for use in creating scripts. These steps are accessed using the palette pane (see Using the Palette Pane, page 8). This chapter

More information

Digi TS Family. User Guide _A

Digi TS Family. User Guide _A User Guide Digi TS Family Digi One TS, Digi One TS Wireless, Digi One RealPort, Digi One RealPort Wireless, PortServer TS 2/4, PortServer TS 2/4 MEI, PortServer TS 2/4 Wireless, PortServer TS 1/3 + Modem,

More information

Product: Z34-SX, Z34-RX, Z34-SE, Z34-RE, Z32t-SX, Z32t-SE, Z32t-RX, Z32b-SX, Z32b-SE, Z32b-RX

Product: Z34-SX, Z34-RX, Z34-SE, Z34-RE, Z32t-SX, Z32t-SE, Z32t-RX, Z32b-SX, Z32b-SE, Z32b-RX Product: Z34-SX, Z34-RX, Z34-SE, Z34-RE, Z32t-SX, Z32t-SE, Z32t-RX, Z32b-SX, Z32b-SE, Z32b-RX Application: Leased Line Operation with Dial Backup/Auto-Restoral Basic leased line operation can be set using

More information

Configuring Dial-on-Demand Routing

Configuring Dial-on-Demand Routing C H A P T E R 7 Configuring Dial-on-Demand Routing This chapter describes how to configure your communication server for dial-on-demand routing (DDR) and dial backup. For a complete description of the

More information

Implementation of a New Wireless Module for the Cornell Ranger. By Andrew Mui

Implementation of a New Wireless Module for the Cornell Ranger. By Andrew Mui Implementation of a New Wireless Module for the Cornell Ranger By Andrew Mui axm2@cornell.edu Autonomous Walking Robots Team School of Engineering Cornell University May 21, 2007 Faculty Advisor: Professor

More information

FERGUSON BEAUREGARD. RTU-5000 Configurator User Manual

FERGUSON BEAUREGARD. RTU-5000 Configurator User Manual FERGUSON BEAUREGARD RTU-5000 Configurator User Manual FERGUSON BEAUREGARD RTU-5000 Configurator User Manual The Ferguson Beauregard RTU-5000 Configurator program and manuals are Copyright 1997-2004 by

More information

Installation & Configuration manual. InduBox GSM IV

Installation & Configuration manual. InduBox GSM IV Installation & Configuration manual InduBox GSM IV 2008 / 02 / 19 2 ! CAUTION! ELECTRIC SHOCK HAZARD IF COVER REMOVED SERVICE BY QUALIFIED PERSONEL ONLY Document History Date Version Auteur 02/10/2006

More information

For the proper operation of the dialer, the settings listed below must be attended first:

For the proper operation of the dialer, the settings listed below must be attended first: For the full manual click here Basic Setup - Help For the proper operation of the dialer, the settings listed below must be attended first: 1.1 Selection of lines... 1 1.2 Busy detect... 3 2.0 Windows

More information

Polycom VVX300 / VVX310 / VVX400 / VVX410. User Guide

Polycom VVX300 / VVX310 / VVX400 / VVX410. User Guide Polycom VVX300 / VVX310 / VVX400 / VVX410 User Guide Table of content Phones overview Basic telephony features Advanced telephony features Voicemail & Call history Phone preferences Contact management

More information

Application Note 2. Using the TCPDIAL & TCPPERM commands to connect two TransPort Serial interfaces over TCP/IP

Application Note 2. Using the TCPDIAL & TCPPERM commands to connect two TransPort Serial interfaces over TCP/IP Application Note 2 Using the TCPDIAL & TCPPERM commands to connect two TransPort Serial interfaces over TCP/IP Reverse Telnet (AKA Serial Terminal Server) MultiTX Digi Technical Support May 2016 1 Contents

More information

Mitel Goal. Prerequisites. Mitel PBX Configuration. SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX

Mitel Goal. Prerequisites. Mitel PBX Configuration. SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX Mitel 5000 SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX Goal The purpose of this configuration guide is to describe the steps needed to configure the Mitel 5000 IP Version

More information

Welcome. Unleash Your Phone

Welcome. Unleash Your Phone User Manual Welcome Unleash Your Phone For assistance with installation or troubleshooting common problems, please refer to this User Manual or Quick Installation Guide. Please visit www.vonage.com/vta

More information

2001 by NEC America. All Rights Reserved. Printed in U.S.A.

2001 by NEC America. All Rights Reserved. Printed in U.S.A. These instructions are customized for the CNet Modem V.90 k bps modem (P/N D) contained in the i Modem Kit P/N 9, i Modem Kit P/N 90B, and the i and 0i Modem Kit P/N 9. The modem connected to the system

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

ETHM-2. Ethernet Module. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel

ETHM-2. Ethernet Module. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel Ethernet Module ETHM-2 Firmware version 1.0 ethm2_en 09/08 SATEL sp. z o.o. ul. Schuberta 79 80-172 Gdańsk POLAND tel. + 48 58 320 94 00 info@satel.pl www.satel.pl SATEL's goal is to continually improve

More information

BUSINESS LINE COMMPORTAL GUIDE

BUSINESS LINE COMMPORTAL GUIDE wowforbusiness.com BUSINESS LINE COMMPORTAL GUIDE WOW! Business BCSE.U.1505.O Business Line CommPortal Guide Table of Contents Getting Started...3 Dashboard...4 Messages and Calls...5 Messages...5 Missed

More information

Communicator ISDN 128 External

Communicator ISDN 128 External Communicator ISDN 128 External User s Manual Version 1.0 Copyright Statement No part of this manual may be reproduced or transmitted, in any form or by any means, electronic or mechanical, including photocopying,

More information

Executone Medley Phone Instructions (Not All Phones Have All Features)

Executone Medley Phone Instructions (Not All Phones Have All Features) Executone Medley Phone Instructions (Not All Phones Have All Features) To Take An Incoming Call: From a ringing telephone: Either lift the handset or press HF for handsfree use. From a non-ringing telephone:

More information

Operating Manual Pocket Modem 56k

Operating Manual Pocket Modem 56k Operating Manual Pocket Modem 56k December 05 Copyright INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS

More information

Analog Trunk to Ring Over Page.3. Ring Over Page Overflow to VM..4. Transferring call to Ring Over Page...4. Answering Ring Over Page call...

Analog Trunk to Ring Over Page.3. Ring Over Page Overflow to VM..4. Transferring call to Ring Over Page...4. Answering Ring Over Page call... Page 1 of 6 Ring Over Page Ring over page is provided on the IPKII via the RCA port on the side of the cabinet or via RCA ports on PGD adapters. On the SV8100 the Ring Over Page is via CN9 (Page) port

More information

VISY-X. Technical Documentation. Cinterion MC 55 i. Edition: Version: 1 Article no.:

VISY-X. Technical Documentation. Cinterion MC 55 i. Edition: Version: 1 Article no.: Technical Documentation VISY-X Edition: 2016-10 Version: 1 Article no.: 350033 FAFNIR GmbH Schnackenburgallee 149 c 22525 Hamburg Tel.: +49 / 40 / 39 82 07 0 Fax: +49 / 40 / 39 06 339 Table of contents

More information

LINESTEIN DIGITAL ADAPTER

LINESTEIN DIGITAL ADAPTER LINESTEIN DIGITAL ADAPTER USER GUIDE IMPORTANT! FOLLOW THE SETUP PROCEDURE IN THIS USER GUIDE WHENEVER YOU MOVE LINESTEIN TO A DIFFERENT TELEPHONE. About Your New LineStein Congratulations on purchasing

More information

Supplement for ASCII BASIC Module MODEM Option

Supplement for ASCII BASIC Module MODEM Option SUP0047-01 27 OCTOBER 1998 KEEP WITH USER MANUAL This Supplement is designed for use with the latest MAN0047 User Manual. Supplement for ASCII BASIC Module MODEM Option HE693ASC920, HE693ASC940 Horner

More information

VME-Pro. Application Notes VERSION 1 JUNE, 2005

VME-Pro. Application Notes VERSION 1 JUNE, 2005 VME-Pro Application Notes VERSION 1 JUNE, 2005 NOTICE No part of this document may be reproduced or transmitted in any form or by any means (electronic, photocopying, recording, or otherwise) without the

More information

BlueMod+B20/BT2.1. AT Command Reference. Release r06

BlueMod+B20/BT2.1. AT Command Reference. Release r06 Release r06 Note This product was developed for the purpose of communication. It is intended solely for our clients for integration into their own technical products after careful examination by experienced

More information

Solutions Reference Guide. IP TalkSM. Voic & Navigator Web Portal

Solutions Reference Guide. IP TalkSM. Voic & Navigator Web Portal IP Talk SM Solutions Reference Guide IP TalkSM Voicemail & Navigator Web Portal Table of Contents Voicemail Accessing Your Voicemail................... 1 Voicemail Main Menu........................ 2

More information

A TECHNICAL INFO A. External GSM AT420 DATE :

A TECHNICAL INFO A. External GSM AT420 DATE : DATE :02-02-04 A TECHNICAL INFO A External GSM AT420 The external GSM AT420 is a GSM data modem. It allows a communication with the A when a cabled telephone connection is impossible. This modem can be

More information

APPLICATION NOTE. Using the SUTRON RADAR LEVEL CONTROLLER (RLR ) with a MULTIMODEM GPRS (Wireless Modem MTCBA-G-F4)

APPLICATION NOTE. Using the SUTRON RADAR LEVEL CONTROLLER (RLR ) with a MULTIMODEM GPRS (Wireless Modem MTCBA-G-F4) 1 Using the SUTRON RADAR LEVEL CONTROLLER (RLR-0002-1) with a MULTIMODEM GPRS November 2008 Prepared by: Integrated Systems Division November 2008 2 TABLE OF CONTENTS PRODUCT OVERVIEW...3 SUTRON RADAR

More information

RS-422 Code-Operated Switches

RS-422 Code-Operated Switches JUNE 2000 SW421A-R2 SW422A-R2 RS-422 Code-Operated Switches COS/4 TEXT TRANSPARENT GRAPHICS MODE RESET ST LO CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

FAX/DATA MODEM OMNI 56K PCI USER'S MANUAL

FAX/DATA MODEM OMNI 56K PCI USER'S MANUAL FAX/DATA MODEM OMNI 56K PCI USER'S MANUAL i - FCC/DOC REQUIREMENTS i.1 FCC General Information i.2 FCC Notice i.3 DOC Notice 1 - COMMAND REFERENCE 1.1 General Command Information 1.2 AT Commands 1.2.a

More information

ATL20 ATL30 Automatic transfer switch controller

ATL20 ATL30 Automatic transfer switch controller I 194 GB 07 07 ATL20 ATL30 Automatic transfer switch controller REMOTE CONTROL SOFTWARE MANUAL Summary Introduction... 2 Minimum resources of the PC... 2 Installation... 2 Activation of the PC-ATL connection...

More information

How to connect. Go to Tools / Options / Port Settings (in PlusConfig software) and change the COM port to COM 3. Minelec PlusConfig How to connect

How to connect. Go to Tools / Options / Port Settings (in PlusConfig software) and change the COM port to COM 3. Minelec PlusConfig How to connect How to connect PlusConfig How to connect with the Luxom system There are 3 different ways of connecting your computer to the Luxom system: - LOCAL - IP - MODEM LOCAL This means that we use a Luxom serial

More information

Bogen Commander. Software Instruction Manual Model MCPCI. P.O. Box 575 Ramsey NJ Tel Fax: Web:

Bogen Commander. Software Instruction Manual Model MCPCI. P.O. Box 575 Ramsey NJ Tel Fax: Web: Bogen Commander Software Instruction Manual Model MCPCI P.O. Box 575 Ramsey NJ 07446 Tel. 201-934-8500 Fax: 201-934-9832 Web: www.bogen.com 2000 Bogen Communications, Inc. All rights reserved. Printed

More information

UNIT-V COMMUNICATION INTERFACE

UNIT-V COMMUNICATION INTERFACE UNIT-V COMMUNICATION INTERFACE SERIAL DATA TRANSFER INTRODUCTION Data transmission, digital transmission or digital communications is the physical transfer of data (a digital bit stream) over a point-to-point

More information

Installation & Usage Manual Internet modem for computers with RS-232 serial ports TM WiModem232 Firmware v2.92 Manual v1.

Installation & Usage Manual Internet modem for computers with RS-232 serial ports TM WiModem232 Firmware v2.92 Manual v1. www.cbmstuff.com TM WiModem232 Internet modem for computers with RS-232 serial ports Installation & Usage Manual Firmware v2.92 Manual v1.6 Release Date: December 6,2017 Last Revision: July 28, 2018 1

More information

Application Note 24 Making and receiving GSM Circuit-Switched Data Calls (CSD). Applies to routers with Siemens wireless WAN modules only.

Application Note 24 Making and receiving GSM Circuit-Switched Data Calls (CSD). Applies to routers with Siemens wireless WAN modules only. Application Note 24 Making and receiving GSM Circuit-Switched Data Calls (CSD). Applies to routers with Siemens wireless WAN modules only. UK Support November 2015 1 Contents 1 Introduction... 2 1.1 Outline...

More information