Manuel d’utilisation Delphi RS-232

20 pages 0.06 mb
Télécharger

Aller à la page of 20

Summary
  • Delphi RS-232 - page 1

    AUDIO SYSTEMS DELPHI AUTOMOTIVE SYSTEMS CORPORATION Keyword 2000 to RS - 232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide Document Number TBD Version A , Draft 6 January 20, 2004 Copyright © Delphi Automotive Systems Corporation, 200 4 M aintained by: Scott Herren Delphi Delco Electronics Systems 1800 East Lincoln Road Mail Station ...

  • Delphi RS-232 - page 2

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 1 of 20 Table of Contents 1 Introduction ......................................................................................................................... 3 1.1 Scope .......................................................................................................................... ...

  • Delphi RS-232 - page 3

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 2 of 20 Revision Log Revision A Draft 1 – March 12 , 200 3 Initial release of the document. Draft 2 – April 25, 2003 Updated Section 4.4.1 (added message 2C 06 XX message) Draft 3 – May 8, 2003 Changed all references of ACP to Keyw ord 2000. Draft 4 – December 15 , 2003 Updated Section 4. ...

  • Delphi RS-232 - page 4

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 3 of 20 1 Introduction 1.1 Scope This document describes the use and operation of SAINT Gateway with Keyword 2000 firmware. Thi s document is proprietary to Delphi Automotive Systems Corporation and cannot be copied in whole or in part without the express written consent of Delphi Automotive Syst ...

  • Delphi RS-232 - page 5

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 4 of 20 2 Overview This document describes the operation of the Keyword 2000 to RS - 232 Gateway. The gateway is often referred to as the “SAINT gateway” or simply “SAINT”. The following is synopsis of gateway features: • Allows host system to communicate on Keyword 2000 bus. • Perfor ...

  • Delphi RS-232 - page 6

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 5 of 20 3 RS - 232 Setup The gateway use s the following RS - 232 parameters: - 8 Data Bits - 1 Stop Bit - No Parity The gateway supported baud rate: 57600. Baud Rate 57600 The supported baud rate is sufficient for communicating with the Class2, Keyword, ACP, BEAN, and slower CAN bus’s. However ...

  • Delphi RS-232 - page 7

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 6 of 20 4 Message Fo rmat To minimize latency with the RS - 232 link, all data is sent in binary form. The same data format is used to send and receive messages. The gateway supports bi - directional asynchronous communications. 4.1 Data Stream The host data stream is broken int o messages. A mes ...

  • Delphi RS-232 - page 8

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 7 of 20 4.2 Messages IDs Message IDs are one byte long and have the following general format: Type (CAN, BEAN, ACP,Class 2, IIC, et c) Command (Cmd=1) Tx (1) / Rx (0) Time Stamp (TS) Bits 3 - 7 bit 2 bit 1 bit 0 The upper nibble indicates the type of message. The following types are defined: • ...

  • Delphi RS-232 - page 9

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 8 of 20 4.3 Gateway Messages 4.3.1 Gateway Commands The SAINT Gateway supports the following commands: Header ID Data Description 08h 80h None Perform Reset 08h 86h None Turn Time Stamp Information OFF 08h 87h None Turn Time Stamp Information ON 08h 88h None Turn Transmit Echo ON 08h 89h None Tur ...

  • Delphi RS-232 - page 10

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 9 of 20 4.3.2 Gateway Reports The gateway will report a Reset whenever on e occurs. Most likely causes of reset are power on reset, host commanded reset, or gateway micro watchdog error. The gateway does a cold start on all resets (all information is lost). The gateway will also report error cond ...

  • Delphi RS-232 - page 11

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 10 of 20 4.4 Keyword 2000 Messages 4.4.1 Keyword 2000 Commands The following command s may transmitted to the SAINT . Header ID Description Data Bytes 2 Ch 0 2 h Set Tester Address 1 byte Tester Address (Default – F1h) 2 Ch 0 3 h Set ECU Address 1 byte ECU Address (Default – 11h) 2Ch 04 h Dis ...

  • Delphi RS-232 - page 12

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 11 of 20 2Ch 0Eh Enable/Disable Forced Format Byte (Error Testing) 00 = Disable forced format byte (default) 01 XX = enable forced format byte (where XX = format byte) The following commands are reported by the SAINT (without time stamp information). Header ID Description Data Bytes 2 Ch 00h Fast ...

  • Delphi RS-232 - page 13

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 12 of 20 4.4.2 Transmitted Keyword 2000 Messages The following is the format for sending a Keyword 2000 message: Header SID (Service Identification Byte) N Data Bytes 28h Byte 2 Byt es 3  (2+N) The above information is used to form the following message which is sent onto the Keyword 2000 bus ...

  • Delphi RS-232 - page 14

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 13 of 20 4.4.3 Received Keyword 2000 Messages The following are the 4 possible format s of a received Keyword 2000 message with time stamp information: Header Format SID N Data Bytes Checksum Tim e MSB Time LSB 2 9 h Byte2 Byte 3 Byte s 4 - ( 3 +N) Byte 4 +N Byte 5 +N Byte 6 +N Header Format Leng ...

  • Delphi RS-232 - page 15

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 14 of 20 4.4.5 Target address byte This is the target address for the message and is always used together with th e source address byte . Refer to the “Keyword Protocol 2000 Data Link Layer Recommended Practice” section 4.1.2 for more information. 4.4.6 Source address byte This is the address ...

  • Delphi RS-232 - page 16

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 15 of 20 5 Connectors The gateway uses two connectors. One connector is for the RS - 232 link and is DB9F. The second connector is a DB9M for the CAN bus (low speed, medium speed, and high speed), Class 2 bus, Key word, power, and ground. The following pin outs are used: 5.1 RS - 232 Connector (J ...

  • Delphi RS-232 - page 17

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 16 of 20 5.3 Flash programming connector Note: the long term goal is to Flash using the USB connector. Connector J2 is used with an external connector – the intended application of this port is the flash programming of a product. The pin out of the connector J2 – flash programming connectior ...

  • Delphi RS-232 - page 18

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 17 of 20 6 LEDs Four LEDs are used by the gateway. These LEDs are: LED # Purpose 4 NC (No Connection) 3 Trig (Toggled o n specified message) 2 Pow (SAINT powered up) 1 Bus (Toggles on receiving a Keyword 2000 message byte ) ...

  • Delphi RS-232 - page 19

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 18 of 20 7 Switches 7.1 SW1 Transceiver Switches: The following is a summary of the dip switches . SWITCH # Mnemonic Purpose 1 NA NA 2 NA NA 3 NA NA 4 NA NA 5 NA NA 6 NA NA 7 NU Not currently being used 8 NU Not currently being used 7.2 SW2 Manual Reset: SW2 is the manual reset switch. Pressing t ...

  • Delphi RS-232 - page 20

    SAINT Keyword 2000 to RS - 232 Gateway 01/20/04 Page 19 of 20 8 Software Packages The following table lists the latest firmware releases for the SAINT board. Name Hardware Version Date Description KW2K _10.HEX 1.2 + 03/12/03 Keyword 2000 initial release. ...

Fabricant Delphi Catégorie Stereo System

Les documents que nous recevons du fabricant de l'appareilDelphi RS-232 peuvent être divisés en plusieurs groupes. Ceux-ci sont, entre autres:
- dessins techniques Delphi
- manuels d’utilisations RS-232
- fiches produit Delphi
- dépliants
- ou étiquettes-énergie Delphi RS-232
Tous sont importants, mais les informations les plus importantes du point de vue de l'utilisation de l'appareil se trouvent dans le manuel d’utilisation Delphi RS-232.

Un groupe de documents appelé manuels d’utilisation est également divisé en types plus spécifiques, tels que: Manuels d’installation Delphi RS-232, manuels d’entretien, brefs manuels ou manuels de l’utilisateur Delphi RS-232. Selon vos besoins, vous devriez chercher le document dont vous avez besoin. Sur notre site, vous pouvez voir le manuel le plus populaire d’utilisation du produit Delphi RS-232.

Manuels d’utilsiation similaires

Manuel d’utilisation complet de l’appareil Delphi RS-232, quelle devrait-elle être?
Le manuel d’utilisation, également appelé le mode d’emploi, ou tout simplement le manuel, est un document technique destiné à aider à utiliser Delphi RS-232 par les utilisateurs. Des manuels sont généralement écrits par un rédacteur technique, mais dans un langage accessible à tous les utilisateurs Delphi RS-232.

Le manuel d’utilisation complet Delphi, devrait inclure plusieurs éléments de base. Certains d'entre eux sont moins importants, tels que: la couverture / page de titre ou pages d'auteur. Cependant, la partie restante, devrait nous fournir des informations importantes du point de vue de l'utilisateur.

1. Introduction et des conseils sur la façon d'utiliser le manuel Delphi RS-232 - Au début de chaque manuel, nous devrions trouver des indices sur la façon d'utiliser le document. Il doit contenir des informations sur l'emplacement de la table des matières Delphi RS-232, FAQ ou des problèmes les plus fréquents - les points qui sont les plus souvent recherchés par les utilisateurs de chaque manuel
2. Table des matières - index de tous les conseils pour lDelphi RS-232 qui peuvent être trouvés dans le document courant
3. Conseils sur la façon d'utiliser les fonctions de base de l’appareil Delphi RS-232 - qui devraient nous aider dans les premières étapes lors de l'utilisation Delphi RS-232
4. Troubleshooting - séquence systématique des activités qui nous aideront à diagnostiquer et ensuite résoudre les principaux problèmes de Delphi RS-232
5. FAQ - questions fréquemment posées
6. Détails du contact Informations sur l'endroit où chercher le contact avec le fabricant / service Delphi RS-232 dans un pays donné, si le problème ne peut être résolu par nous-mêmes.

Avez-vous une question à propos de Delphi RS-232?

Utiliser le formulaire ci-dessous

Si vous n’avez pas résolu votre problème avec Delphi RS-232, avec l'aide du manuel que vous avez trouvé, posez une question en utilisant le formulaire ci-dessous. Si un utilisateur a eu un problème similaire avec Delphi RS-232 il est probable qu’il a envie de partager la façon de le résoudre.

Réécrire le texte de l'image

Commentaires (0)