SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE

Size: px
Start display at page:

Download "SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE"

Transcription

1

2

3 SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions in this document, or from use of the information obtained herein. The information in this document has been carefully checked and is believed to be entirely reliable. However, no responsibility is assumed for inaccuracies or omissions. Telit reserves the right to make changes to any products described herein and reserves the right to revise this document and to make changes from time to time in content hereof with no obligation to notify any person of revisions or changes. Telit does not assume any liability arising out of the application or use of any product, software, or circuit described herein; neither does it convey license under its patent rights or the rights of others. It is possible that this publication may contain references to, or information about Telit products (machines and programs), programming, or services that are not announced in your country. Such references or information must not be construed to mean that Telit intends to announce such Telit products, programming, or services in your country. Copyrights This instruction manual and the Telit products described in this instruction manual may be, include or describe copyrighted Telit material, such as computer programs stored in semiconductor memories or other media. Laws in the Italy and other countries preserve for Telit and its licensors certain exclusive rights for copyrighted material, including the exclusive right to copy, reproduce in any form, distribute and make derivative works of the copyrighted material. Accordingly, any copyrighted material of Telit and its licensors contained herein or in the Telit products described in this instruction manual may not be copied, reproduced, distributed, merged or modified in any manner without the express written permission of Telit. Furthermore, the purchase of Telit products shall not be deemed to grant either directly or by implication, estoppel, or otherwise, any license under the copyrights, patents or patent applications of Telit, as arises by operation of law in the sale of a product. Computer Software Copyrights The Telit and 3rd Party supplied Software (SW) products described in this instruction manual may include copyrighted Telit and other 3rd Party supplied computer programs stored in semiconductor memories or other media. Laws in the Italy and other countries preserve for Telit and other 3rd Party supplied SW certain exclusive rights for copyrighted computer programs, including the exclusive right to copy or reproduce in any form the copyrighted computer program. Accordingly, any copyrighted Telit or other 3rd Party supplied SW computer programs contained in the Telit products described in this instruction manual may not be copied (reverse engineered) or reproduced in any manner without the express written permission of Telit or the 3rd Party SW supplier. Furthermore, the purchase of Telit products shall not be deemed to grant either directly or by implication, estoppel, or otherwise, any license under the copyrights, patents or patent applications of Telit or other 3rd Party supplied SW, except for the normal non-exclusive, royalty free license to use that arises by operation of law in the sale of a product.

4 Usage and Disclosure Restrictions License Agreements The software described in this document is the property of Telit and its licensors. It is furnished by express license agreement only and may be used only in accordance with the terms of such an agreement. Copyrighted Materials Software and documentation are copyrighted materials. Making unauthorized copies is prohibited by law. No part of the software or documentation may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language or computer language, in any form or by any means, without prior written permission of Telit High Risk Materials Components, units, or third-party products used in the product described herein are NOT fault-tolerant and are NOT designed, manufactured, or intended for use as on-line control equipment in the following hazardous environments requiring fail-safe controls: the operation of Nuclear Facilities, Aircraft Navigation or Aircraft Communication Systems, Air Traffic Control, Life Support, or Weapons Systems (High Risk Activities"). Telit and its supplier(s) specifically disclaim any expressed or implied warranty of fitness for such High Risk Activities. Trademarks TELIT and the Stylized T Logo are registered in Trademark Office. All other product or service names are the property of their respective owners. Copyright Telit Communications S.p.A

5

6 The scope of this Application Note is to provide a description of the procedure to update the firmware of the SL869 GNSS module over the NMEA serial port. This document is intended for customers who desire to implement an SL869 firmware update feature in their host platforms. For general contact, technical support, to report documentation errors and to order manuals, contact Telit Technical Support Center (TTSC) at: TS-EMEA@telit.com TS-NORTHAMERICA@telit.com TS-LATINAMERICA@telit.com TS-APAC@telit.com Alternatively, use: For detailed information about where you can buy the Telit modules or for recommendations on accessories and components visit: To register for product news and announcements or for product questions contact Telit Technical Support Center (TTSC). Our aim is to make this guide as helpful as possible. Keep us informed of your comments and suggestions for improvements. Telit appreciates feedback from the users of our information.

7 This document contains the following chapters: Chapter 1: Introduction provides a scope for this document, target audience, contact and support information, and text conventions. Chapter 2: Overview gives an overview of the firmware upgrade feature described in this document. Chapter 3: Procedure describes in detail the steps for performing a firmware upgrade. Chapter 4: Recovery gives some information regarding recovery should a failure occur while performing a firmware upgrade. Chapter 5: Flow Chart provides a graphical representation of the firmware upgrade procedure. Danger This information MUST be followed or catastrophic equipment failure or bodily injury may occur. Caution or Warning Alerts the user to important points about integrating the module, if these points are not followed, the module and end user equipment may fail or malfunction. Tip or Information Provides advice and suggestions that may be useful when integrating the module. All dates are in ISO 8601 format, i.e. YYYY-MM-DD. SL869 Product Description, 80405ST10105A SL869 Software User Guide, 1VV SL869 Software Authorized User Guide, 1VV

8 The SL869 module firmware has the ability to be upgraded using the serial host interface without requiring assertion of the Boot pin. Rather than using the Boot pin, a proprietary command is sent to the module in order to put it into a Firmware Update mode. When the module is put into the Firmware Update mode, program execution is passed from the GNSS firmware to a resident flash programming application. The new firmware image is transferred over the serial port using a binary protocol, which is described later in this Application Note. The resident flash programming application responds to binary commands from the Host, receives the new firmware image from the Host, and reprograms the program flash area. It can also erase the non-volatile data area as well. When firmware reprogramming is completed, the module resets itself and begins executing the new firmware. Note that this firmware upgrade ability can be demonstrated on an SL869 EVK using the TeseoII Firmware Upgrade tool from ST Microelectronics. This tool runs on Windows PC operating systems, and is available from Telit Wireless to customers who have signed a Non- Disclosure Agreement (NDA). Caution - Firmware upgrades can only be performed on modules that have already been programmed with firmware and thus contain a resident flash programming application. Caution - Only firmware load files with UPG appended in the filename can be used to upgrade a module in this manner. Using load files with BOOT appended in the filename can cause the module to become inoperable. If this happens the module must be reprogrammed using the Boot pin.

9 The procedure described in the subsections below outlines the implementation of the Firmware Upgrade feature in the Host application. Firmware upgrades must be conducted using the UART NMEA port, and not the USB interface, on the SL869 module. The SL869 module must first be put into the Firmware Update mode by sending the proprietary NMEA command below: Synopsis: $PSTMFWUPGRADE<cr><lf> There are no parameter fields associated with this command. If the command is received and executed successfully, the SL869 transitions issues the following response: $PSTMFWUPGRADEOK<cr><lf> If the command is successful, the current firmware resets the GNSS device, which then transitions into the Firmware Update mode. If an error occurs while the command is being executed, the update cannot proceed, and the following response is sent by the SL869: $PSTMFWUPDATEERROR<cr><lf> When the SL869 indicates that it has transitioned into Firmware Update mode as described above, the Host initiates a synchronization phase with the SL869 by repeatedly sending it the FLASHER IDENTIFIER word. When the SL869 becomes synchronized, it will respond with the FLASHER SYNC response word. The SL869 should respond within three seconds after the Host sends the first FLASHER IDENTIFIER word. If it does not respond within three seconds, a timeout error has occurred. When the SL869 responds with the FLASHER SYNC word, the Host sends the START COMMUNICATION byte and then waits for acknowledgement from the SL869. If the SL869 does not respond within three seconds, a timeout error has occurred. When the SL869 sends the acknowledgement (ACK) byte, it is ready to receive the binary image options to be used for the firmware update. The options are then sent by the Host as a binary data packet as described in the table below:

10 Name Size (bytes) Description Erase NVM Flag Program Only Flag byte byte reserved byte Set to 0 If 1, indicates that the non-volatile data area is to be erased If 1, indicates that the program area is not to be erased. This should be set to 0. Baud Rate byte Baud rate at which firmware binary image is to be sent. Set as follows: 0 = bps 1 = bps 2 = bps 3 = bps 4 = bps Firmware Size Four bytes Size of the firmware binary image in bytes Firmware CRC Four bytes IEEE CRC32 calculated first on the image file size and then over the entire firmware image NVM Offset Four bytes Offset byte address of NVM data. Should be set to 0x NVM Size Four bytes Size of the NVM data area in bytes. Should be set to 0x The image options data format can also be represented as a C data structure as follows: // Binary image options struct ImageOptions { byte erasenvm; byte programonly; byte reserved; byte baudrate; int firmwaresize; uint firmwarecrc; int nvmaddressoffset; int nvmsize; }; Note that there is no acknowledgement from the SL869 after the Host sends the binary image options data packet.

11 After sending the image options data, the Host changes its UART baud rate to that specified in the image options. The SL869 also changes its baud rate, after which a re-synchronization phase begins. During this phase the Host repeatedly sends the FLASHER_READY byte and waits for an ACK byte in response from the SL869. The SL869 should respond within three seconds after the Host sends the first FLASHER_READY byte. If it does not respond within three seconds, a timeout error has occurred. When the SL869 sends the ACK byte indicating that the re-synchronization phase is complete, it then processes the image options flags and erases flash accordingly. First, the Program Only option is checked by the SL869. If it was set to False by the Host, i.e. to a value of 0, the flash program area is erased, and the Host must wait for the SL869 to send an ACK byte indicating that the erase has been completed. For purposes of re-programming the SL869, the Program Only option should be set to False. Second, the Erase NVM option is checked by the SL869. If it was set to True by the Host, the flash NVM data area is erased, and the Host must wait for the SL869 to send an ACK byte indicating that the erase has been completed. When upgrading to a new firmware version, it is recommended that the Erase NVM option be set to True. In each case the Host software should use a timeout of 60 seconds to wait for the ACK byte, and if no response is received within this time interval, a timeout has occurred. When all expected acknowledgement bytes have been received after the re-synchronization phase, the SL869 is ready to accept the new firmware image. The Host then sends the firmware image by dividing it up into 16Kbyte (16384 byte) data packets. The last packet contains the remainder of the image. Each data packet is acknowledged by the SL869 with an ACK byte. After each data packet is sent the Host software should use a timeout of 30 seconds to wait for the ACK byte, and if no response is received within this time interval, a timeout has occurred. After the SL869 acknowledges the last firmware image data packet, it performs a CRC check on the received image data, comparing the computed CRC against the value that was sent as part of the firmware image options. The CRC is calculated as the IEEE standard CRC-32 over the image size first and then the image data. If the check passes, another ACK byte is sent back to the Host and the downloaded firmware is validated. The SL869 resets itself and starts executing the new firmware. Otherwise, if the check fails, a negative acknowledgement (NAK) byte is sent. The SL869 resets itself and starts up in Firmware Upgrade mode.

12 The following table defines the constants used in the Firmware Update procedure. Constant Name FLASHER_IDENTIFIER FLASHER_SYNC START_COMMUNICATION FLASHER_READY ACK NAK Value 0xBCD501F4 0x xA3 0x4A 0xCC 0xDD

13 The SL869 has a recovery mode in which the firmware can be updated without a valid GNSS firmware image, provided that the flash programming application has not been overwritten. If the SL869 does not have a valid firmware image in the GNSS program area, it starts up in Firmware Update mode and begins executing the flash programming application. Thus the Host can attempt to recover from a failed firmware upgrade attempt. NOTE: Recovery mode can be used to retry a firmware upgrade if a timeout failure or other interruption occurred during the previous upgrade attempt. At the beginning of the recovery process, the SL869 module should be off. To start the process, the Host repeatedly sends the FLASHER_IDENTIFER word at bps and then turns on the SL869. At this point the firmware upgrade process is in the Synchronization phase (see paragraph 3.2), and the Host can continue with the rest of the procedure as outlined in the previous chapter.

14

15 Revision Date Changes First issue

GE865-JF2 Interface Application Note NT10067A Rev

GE865-JF2 Interface Application Note NT10067A Rev GE865-JF2 Interface Application Note APPLICABILITY TABLE GE865-JF2 Interface SW Application Note PRODUCT P/N GE865-JF2 INTERFACE 3990250868 Reproduction forbidden without written authorization from Telit

More information

RE866 Interface User Guide

RE866 Interface User Guide RE866 Interface User Guide 1VV0301387 Rev.0 6/16/2017 [04.2016] Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the

More information

ESS Utility Android App User Guide

ESS Utility Android App User Guide [01.2017] ESS Utility Android App User Guide 1VV0301574 Rev. 0 2018-12-21 Mod.0818 2017-01 Rev.0 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

AN S1401 Using BlueMod+S as Beacon

AN S1401 Using BlueMod+S as Beacon [04.2016] AN S1401 Using BlueMod+S as Beacon 80507NT11471A Rev. 05 2016-08-18 Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made

More information

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions

More information

Terminal I/O Profile Client Implementation Guide

Terminal I/O Profile Client Implementation Guide [04.2016] Terminal I/O Profile Client Implementation Guide 30507ST10753A Rev. 6 2017-08-16 Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have

More information

MultiTech Conduit AEP + RE866

MultiTech Conduit AEP + RE866 MultiTech Conduit AEP + RE866 1VV0301388 Rev.0 6/16/2017 [04.2016] Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the

More information

ComAPI+ API Documentation

ComAPI+ API Documentation [01.2017] ComAPI+ API Documentation 30515ST10841A Rev. 4 2017-07-20 Mod. 0806 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICES LIST While reasonable efforts have been made to assure the accuracy

More information

SL869-V3 EVK User Guide. 1VV Rev

SL869-V3 EVK User Guide. 1VV Rev SL869-V3 EVK User Guide 1VV0301306 Rev.0 2016-08-19 APPLICABILITY TABLE PRODUCT SL869-V3 Reproduction forbidden without written authorization from Telit Communications S.p.A. - All Rights Reserved. Page

More information

GS2K External Flash based Host Firmware Update Application Note NT11608A Rev

GS2K External Flash based Host Firmware Update Application Note NT11608A Rev GS2K External Flash based Host Firmware Update Application Note 80560NT11608A Rev. 1.0 2017-07-01 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

IoT AppZone Release Notes

IoT AppZone Release Notes [04.2016] IoT AppZone 3.0.3 Release Notes 80496DSW10114A 2017-04-10 Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

Client EPO Distribution Server

Client EPO Distribution Server Client EPO Distribution Server 80000NT11501A Rev. 0 2016-08-30 [04.2016] Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

Premium FOTA Management Product Description ST10048a Rev

Premium FOTA Management Product Description ST10048a Rev Premium FOTA Management Product Description 80287ST10048a Rev.2 2014-12-29 SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this

More information

ME Demo Case User Guide. 1vv Rev

ME Demo Case User Guide. 1vv Rev APPLICABILITY TABLE PRODUCT ME50 50-868 SW Version GC.U00.01.02 GC.U01.01.00 GC.U03.01.00 Reproduction forbidden without written authorization from Telit Communications S.p.A.- All Rights Reserved. Page

More information

SE880 RDK User Manual 1VV

SE880 RDK User Manual 1VV APPLICABILITY TABLE PRODUCT SE880 Reproduction forbidden without written authorization from Telit Communications S.p.A. - All Rights Reserved. Page 2 of 25 SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE

More information

BlueEva+S42M Evaluation Kit User Guide. 1VV Rev

BlueEva+S42M Evaluation Kit User Guide. 1VV Rev BlueEva+S42M Evaluation Kit User Guide 1VV0301390 Rev. 1 2018-01-15 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document,

More information

Event Monitor Application Note NT10028a Rev

Event Monitor Application Note NT10028a Rev 23 APPLICABILITY TABLE GC Family ( Compact ) GC864-QUAD GC864-QUAD V2 GC864-DUAL V2 GE/GL Family ( Embedded ) GE864-QUAD GE864-QUAD V2 GE864-QUAD Automotive V2 GE864-QUAD ATEX GE864-DUAL V2 GE864-GPS GE865-QUAD

More information

GS2K OV SDK User Guide. 1VV Rev

GS2K OV SDK User Guide. 1VV Rev GS2K OV SDK User Guide 1VV0301470 Rev. 1.1 2017-04-11 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document, Telit assumes

More information

SL871 & SL869 V2 Families Evaluation Kit User Guide. 1VV r

SL871 & SL869 V2 Families Evaluation Kit User Guide. 1VV r SL871 & SL869 V2 Families Evaluation Kit User Guide APPLICABILITY TABLE PRODUCT SL869 V2 EVK SL869 V2 S EVK SL871 EVK SL871-S EVK Reproduction forbidden without written authorization from Telit Communications

More information

Copyright Telit Communications S.p.A

Copyright Telit Communications S.p.A SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions

More information

SE868-V3 EVK User Guide. 1VV r

SE868-V3 EVK User Guide. 1VV r SE868-V3 EVK User Guide APPLICABILITY TABLE SE868-V3 Evaluation Kit User Guide PRODUCT SE868-V3 EVK Reproduction forbidden without written authorization from Telit Communications S.p.A. - All Rights Reserved.

More information

Telit GNSS Bundle Solutions Application Note NT11300A r

Telit GNSS Bundle Solutions Application Note NT11300A r Telit GNSS Bundle Solutions Application Note 80000NT11300A r5 2016-11-07 APPLICABILITY TABLE Telit GNSS Bundle Solutions Application Note PRODUCT GE865-QUAD GE866-QUAD GL865-QUAD GL865-DUAL GL865-QUAD

More information

BlueEva+SR Evaluation Kit User Guide. 1VV Rev

BlueEva+SR Evaluation Kit User Guide. 1VV Rev BlueEva+SR Evaluation Kit User Guide 1VV0301280 Rev. 5 2018-03-01 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document,

More information

NE866B1-E1/NL865B1-E1 Quick Start Guide

NE866B1-E1/NL865B1-E1 Quick Start Guide MM.YYYY] NE866B1-E1/NL865B1-E1 Quick Start Guide 80534NT11617A Rev. 03 2018-07-05 Mod. 0871 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

IoT AppZone Release Notes

IoT AppZone Release Notes [04.2016] IoT AppZone 4.0.0 Release Notes 80496DSW10114A r5 2017-11-20 Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

SE878Kx-Ax Family EVK User Guide. 1VV Rev

SE878Kx-Ax Family EVK User Guide. 1VV Rev SE878Kx-Ax Family EVK User Guide 1VV0301480 Rev 0 2018-06-20 NOTICES SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICES While reasonable efforts have been made to ensure the accuracy of this document,

More information

BlueEva+S50/Central Evaluation Kit User Guide. 1VV Rev

BlueEva+S50/Central Evaluation Kit User Guide. 1VV Rev BlueEva+S50/Central Evaluation Kit User Guide 1VV0301519 Rev. 0 2018-03-16 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this

More information

Assisted GPS (A-GPS) Application Note NT10066A Rev

Assisted GPS (A-GPS) Application Note NT10066A Rev Assisted GPS (A-GPS) Application Note APPLICABILITY TABLE HE910 Family HE910 1 HE910-GA HE910-EUG HE910-NAG SW Version 12.00.xx3 NOTICE: the present document describes the features and the AT commands

More information

TelitView Software Description (Version 2.2.0)

TelitView Software Description (Version 2.2.0) TelitView Software Description (Version 2.2.0) APPLICABLE PRODUCTS PRODUCT SL871 SC872-A SL869-V2 SE868-A SL871-S SL869-V2S SE868-AS SL869 SL869-DR SL869-T SL869-V3 SL869-3DR SL869-V3T SL869-ADR SL869-T3I

More information

GS2K Hosted HomeKit User Guide. 1VV Rev

GS2K Hosted HomeKit User Guide. 1VV Rev GS2K Hosted HomeKit User Guide 1VV0301439 Rev. 1.3 2018-09-10 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document,

More information

LE920A4/LE910Cx Wi-Fi Interface

LE920A4/LE910Cx Wi-Fi Interface LE920A4/LE910Cx Wi-Fi Interface 80490NT11511A Rev. 1 21/11/2016 [04.2016] Mod. 80490NT11511A 2016-11 Rev.1 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been

More information

SIM INTEGRATION DESIGN GUIDE

SIM INTEGRATION DESIGN GUIDE SIM INTEGRATION DESIGN GUIDE 80000NT10001A Rev. 13 2017-02-14 [01.2017] Mod. 0809 2017-01 Rev.8 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

xl865 Global Form Factor Application Note 80000NT11207A Rev

xl865 Global Form Factor Application Note 80000NT11207A Rev 80000NT11207A Rev.1 2014-01-08 APPLICABILITY TABLE PRODUCT GL865-DUAL V3 GL865-QUAD V3 UL865-EUR UL865-EUD UL865-NAR UL865-NAD CL865-DUAL Reproduction forbidden without Telit Communications S.p.A. written

More information

BlueMod+S42/Central Software User Guide

BlueMod+S42/Central Software User Guide BlueMod+S42/Central Software User Guide Reproduction forbidden without written authorization from Telit Communications S.p.A.- All Rights Reserved. Page 1 of 66 APPLICABILITY TABLE BlueMod+S42/Central

More information

Applicability Table PRODUCT

Applicability Table PRODUCT - Applicability Table PRODUCT HE910 (*) HE910-GA HE910-D HE910-EUR HE910-EUD HE910-EUG HE910-NAR HE910-NAD HE910-NAG UE910-EUR UE910-EUD UE910-NAR UE910-NAD (*) HE910 is the type name of the products marketed

More information

Telit FOTA AT Script NT11347A Rev [ ] Mod Rev.7

Telit FOTA AT Script NT11347A Rev [ ] Mod Rev.7 [04.2016] Telit FOTA AT Script 80000NT11347A Rev. 13 2017-09-19 Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the

More information

APPLICABILITY TABLE xx4

APPLICABILITY TABLE xx4 APPLICABILITY TABLE GC Family ( Compact ) GC864-QUAD GC864-QUAD V2 GC864-DUAL V2 GE/GL Family ( Embedded ) GE864-QUAD GE864-QUAD V2 GE864-QUAD Automotive V2 GE864-QUAD ATEX GE864-DUAL V2 GE864-GPS GE865-QUAD

More information

Cambium Wireless Manager

Cambium Wireless Manager Cambium Wireless Manager Client Setup Guide System Release 4.2 and Later Issue 1 November 2014 2014 Cambium Networks. All Rights Reserved. Accuracy While reasonable efforts have been made to assure the

More information

Cambium Wireless Manager Performance Tuning Guide

Cambium Wireless Manager Performance Tuning Guide Cambium Wireless Manager Performance Tuning Guide Issue 1 August 2014 2014 Cambium Networks. All Rights Reserved. Accuracy While reasonable efforts have been made to assure the accuracy of this document,

More information

SW Versions GC Family ( Compact ) GE/GL Family ( Embedded ) xx xx xx2 GT Family ( Terminal ) xx7 Note:

SW Versions GC Family ( Compact ) GE/GL Family ( Embedded ) xx xx xx2 GT Family ( Terminal ) xx7 Note: GC Family ( Compact ) GC864-QUAD GC864-QUAD V2 GC864-DUAL V2 GE/GL Family ( Embedded ) GE864-QUAD GE864-QUAD V2 GE864-QUAD Automotive V2 GE864-QUAD ATEX GE864-DUAL V2 GE864-GPS GE865-QUAD GL865-DUAL GL865-QUAD

More information

GE310-GNSS INTERFACES USER GUIDE 1VV Rev

GE310-GNSS INTERFACES USER GUIDE 1VV Rev [01.2017] GE310-GNSS INTERFACES USER GUIDE 1VV0301565 Rev. 0 2018-10-01 Mod.0818 2017-01 Rev.0 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions

More information

LE910Cx WE866C3-P Bundling Use Case Reference Guide. 1VV Rev

LE910Cx WE866C3-P Bundling Use Case Reference Guide. 1VV Rev LE910Cx WE866C3-P Bundling Use Case Reference Guide 1VV0301553 Rev. 0 2018-08-5 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy

More information

Cambium PTP 650 LPU and Grounding Kit Installation Guide

Cambium PTP 650 LPU and Grounding Kit Installation Guide Cambium PTP 650 LPU and Grounding Kit Installation Guide Accuracy While reasonable efforts have been made to assure the accuracy of this document, Cambium Networks assumes no liability resulting from any

More information

Low Power Mesh Protocol Stack User Guide. 1vv Rev

Low Power Mesh Protocol Stack User Guide. 1vv Rev Low Power Mesh Protocol Stack User Guide APPLICABILITY TABLE Low Power Mesh Protocol Stack User Guide PRODUCT NE50-868 NE50-433 NE70-868 SW Version GC.M0A.03.19 (868 MHz) GJ.M0A.03.19 (868 MHz + 500mW)

More information

ME910C1 PSM Application Note

ME910C1 PSM Application Note [01.2017] ME910C1 PSM Application Note 80529NT11643A Rev. 0 2018-02-08 Mod. 0809 2017-01 Rev.8 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

AN4491 Application note

AN4491 Application note Application note BlueNRG, BlueNRG-MS updater Introduction Note: This document describes the updater functionality of BlueNRG and BlueNRG-MS devices. The document content is valid for both BlueNRG and BlueNRG-MS

More information

Telit LN940 Module Linux Software User Guide. 1VV Rev

Telit LN940 Module Linux Software User Guide. 1VV Rev Telit LN940 Module Linux Software User Guide CE/DE/LE910, HE/LE920 Linux USB Driver - User Guide 1VV0301254 Rev.0 2016-01-22 APPLICABILITY TABLE (sample) PRODUCT LN940 SW Version 0.00.01 Reproduction forbidden

More information

Telit LN940 Module Linux Software User Guide v Rev

Telit LN940 Module Linux Software User Guide v Rev Telit LN940 Module Linux Software User Guide v1.2 SW User Guide Template APPLICABILITY TABLE (sample) PRODUCT LN940 SW Version 0.00.01 Reproduction forbidden without written authorization from Telit Communications

More information

Workshop 4 Installation INSTALL GUIDE. Document Date: February 4 th, Document Revision: 1.1

Workshop 4 Installation INSTALL GUIDE. Document Date: February 4 th, Document Revision: 1.1 INSTALL GUIDE Workshop 4 Installation Document Date: February 4 th, 2013 Document Revision: 1.1 Description This document describes how to install and configure Workshop 4, and how to install the driver

More information

LE910 V2 SERIES PORTS ARRANGEMENTS

LE910 V2 SERIES PORTS ARRANGEMENTS LE910 V2 SERIES PORTS ARRANGEMENTS 1vv0301252 Rev. 0 2016-02-10 APPLICABILITY TABLE PRODUCTS LE910 V2 SERIES LE910 V2 SERIES PORTS ARRANGEMENTS 1vv0301252 Rev. 0 2016-02-10 2 of 54 SPECIFICATION SUBJECT

More information

HE910/UE910/UL865 Families Ports Arrangements User Guide. 1vv Rev

HE910/UE910/UL865 Families Ports Arrangements User Guide. 1vv Rev HE910/UE910/UL865 Families Ports Arrangements User Guide 1vv0300971 Rev.9 2015-02-16 APPLICABILITY TABLE HE910 Family HE910 1 HE910-D HE910-EUR / HE910-EUD HE910-EUG / HE910-NAG HE910-NAR / HE910-NAD UE/UL

More information

DATASHEET 4D SYSTEMS. 4D Raspberry Pi Serial Adaptor TURNING TECHNOLOGY INTO ART. 4D-Serial-Pi-Adaptor

DATASHEET 4D SYSTEMS. 4D Raspberry Pi Serial Adaptor TURNING TECHNOLOGY INTO ART. 4D-Serial-Pi-Adaptor DATASHEET TURNING TECHNOLOGY INTO ART 4D Raspberry Pi Serial Adaptor 4D-Serial-Pi-Adaptor Document Date: 21 st August 2014 Document Revision: 1.2 Uncontrolled Copy when printed or downloaded. Please refer

More information

End User License Agreement

End User License Agreement End User License Agreement Kyocera International, Inc. ( Kyocera ) End User License Agreement. CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS ( AGREEMENT ) BEFORE USING OR OTHERWISE ACCESSING THE SOFTWARE

More information

DATASHEET 4D SYSTEMS. 4D Raspberry Pi Serial Adaptor TURNING TECHNOLOGY INTO ART. 4D-Serial-Pi-Adaptor

DATASHEET 4D SYSTEMS. 4D Raspberry Pi Serial Adaptor TURNING TECHNOLOGY INTO ART. 4D-Serial-Pi-Adaptor TURNING TECHNOLOGY INTO ART DATASHEET 4D-Serial-Pi-Adaptor Document Date: 20 th November 2012 Document Revision: 1.0 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website

More information

MMI EXT CARD HW USER GUIDE xe922-3gr. 1VV Rev

MMI EXT CARD HW USER GUIDE xe922-3gr. 1VV Rev MMI EXT CARD HW USER GUIDE xe922-3gr APPLICABILITY TABLE MMI EXT CARD HW USER GUIDE xe922-3gr PRODUCT HE922-3GR WE922-3GR Reproduction forbidden without written authorization from Telit Communications

More information

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. USB to Serial UART Bridge Converter. Document Date: 5 th September 2012 Document Revision: 1.

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. USB to Serial UART Bridge Converter. Document Date: 5 th September 2012 Document Revision: 1. TURNING TECHNOLOGY INTO ART DATASHEET USB to Serial UART Bridge Converter µusb-mb5 Document Date: 5 th September 2012 Document Revision: 1.0 Uncontrolled Copy when printed or downloaded. Please refer to

More information

DATASHEET 4D SYSTEMS. 4D Raspberry Pi Serial Adaptor TURNING TECHNOLOGY INTO ART. 4D-Serial-Pi-Adaptor

DATASHEET 4D SYSTEMS. 4D Raspberry Pi Serial Adaptor TURNING TECHNOLOGY INTO ART. 4D-Serial-Pi-Adaptor DATASHEET TURNING TECHNOLOGY INTO ART 4D Raspberry Pi Serial Adaptor 4D-Serial-Pi-Adaptor Document Date: 4 th September 2013 Document Revision: 1.1 Uncontrolled Copy when printed or downloaded. Please

More information

DATASHEET 4D SYSTEMS. 4D Arduino Adaptor Shield TURNING TECHNOLOGY INTO ART. 4Display-Adaptor-Shield

DATASHEET 4D SYSTEMS. 4D Arduino Adaptor Shield TURNING TECHNOLOGY INTO ART. 4Display-Adaptor-Shield TURNING TECHNOLOGY INTO ART DATASHEET 4Display-Adaptor-Shield Document Date: 20 th November 2012 Document Revision: 1.0 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website

More information

MOTOTRBO Linked Capacity Plus (LCP)

MOTOTRBO Linked Capacity Plus (LCP) MOTOTRBO Linked Capacity Plus (LCP) HP MSR2003 (JG411A) Router Configuration Guide Version 1.1 1 Computer Software Copyrights The Motorola Solutions products described in this manual may include copyrighted

More information

GS2K WAC Provisioning ADK Application Note NT11590A Rev

GS2K WAC Provisioning ADK Application Note NT11590A Rev GS2K WAC Provisioning ADK Application Note 80560NT11590A Rev. 1.0 2015-10-07 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of

More information

Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER

Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER Title page Alcatel-Lucent 5620 SERVICE AWARE MANAGER 8950 AAA GNE Driver Version 1.0.0 Guide Issue 1 December 2015 Legal notice Legal notice Alcatel, Lucent, Alcatel-Lucent and the Alcatel-Lucent logo

More information

AN3965 Application note

AN3965 Application note Application note STM32F40x/STM32F41x in-application programming using the USART 1 Introduction An important requirement for most Flash-memory-based systems is the ability to update firmware when installed

More information

AN4113 Application note

AN4113 Application note Application note Managing the Driver Enable signal for RS-485 and IO-Link communications with the STM32F05x USART Introduction RS-485 and IO-Link are half-duplex communication protocols that offer easy

More information

mikroprog Suite for PIC programming software

mikroprog Suite for PIC programming software mikroprog Suite for PIC programming software mikroprog Suite for PIC is a free software used for programming of all of Microchip microcontroller families, including PIC10, PIC12, PIC16, PIC18, dspic30/33,

More information

TO OUR VALUED CUSTOMERS

TO OUR VALUED CUSTOMERS SmartMP3 Board is ideal for creating mp3 players and adding audio and music features to your prototype devices, even with lower-performance microcontrollers. TO OUR VALUED CUSTOMERS I want to express my

More information

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. microusb Programming Adaptor. USB to UART Serial Bridge

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. microusb Programming Adaptor. USB to UART Serial Bridge TURNING TECHNOLOGY INTO ART DATASHEET microusb Programming Adaptor µusb-pa5 USB to UART Serial Bridge Document Date: 27 th November 2013 Document Revision: 1.1 Uncontrolled Copy when printed or downloaded.

More information

AI Light Bar Part # Feniex AI Instruction Manual / feniex.com

AI Light Bar Part # Feniex AI Instruction Manual / feniex.com Feniex AI Instruction Manual AI Light Bar Part # AI 8" AI-0817 AI 14" AI-1417 AI 20" AI-2017 AI 27" AI-2717 AI 33" AI-3317 AI 40" AI-4017 AI 46" AI-4617 AI 52" AI-5217 Feniex Product Copyrights This price

More information

ZigBee PRO Democase Getting Started. 1vv Rev

ZigBee PRO Democase Getting Started. 1vv Rev ZigBee PRO Democase Getting Started APPLICABILITY TABLE ZigBee PRO Democase Getting Started PRODUCT ZE51-2.4 ZE61-2.4 Reproduction forbidden without written authorization from Telit Communications S.p.A.

More information

Installing Your Microsoft Access Database (Manual Installation Instructions)

Installing Your Microsoft Access Database (Manual Installation Instructions) Installing Your Microsoft Access Database (Manual Installation Instructions) Installation and Setup Instructions... 1 Single User Setup... 1 Multiple User Setup... 2 Adjusting Microsoft Access 2003 Macro

More information

DATASHEET 4D SYSTEMS. uusb-pa5 uusb-pa5-ii. microusb Programming Adaptor TURNING TECHNOLOGY INTO ART. USB to UART Serial Bridge

DATASHEET 4D SYSTEMS. uusb-pa5 uusb-pa5-ii. microusb Programming Adaptor TURNING TECHNOLOGY INTO ART. USB to UART Serial Bridge DATASHEET TURNING TECHNOLOGY INTO ART microusb Programming Adaptor -II USB to UART Serial Bridge Document Date: 17 th July 2015 Document Revision: 2.0 Uncontrolled Copy when printed or downloaded. Please

More information

MOTOTRBO CPS, Tuner, AirTracer and RDAC Applications Installation Guide

MOTOTRBO CPS, Tuner, AirTracer and RDAC Applications Installation Guide MOTOTRBO CPS, Tuner, AirTracer and RDAC Applications Installation Guide 2016 Motorola Solutions, Inc. All rights reserved Foreword Foreword Computer Software Copyrights The Motorola products described

More information

1. License Grant; Related Provisions.

1. License Grant; Related Provisions. IMPORTANT: READ THIS AGREEMENT CAREFULLY. THIS IS A LEGAL AGREEMENT BETWEEN AVG TECHNOLOGIES CY, Ltd. ( AVG TECHNOLOGIES ) AND YOU (ACTING AS AN INDIVIDUAL OR, IF APPLICABLE, ON BEHALF OF THE INDIVIDUAL

More information

MINI 4200 Model # - C Mini Instruction Manual V.2. This instruction manual serves as a guide for the Mini 4200.

MINI 4200 Model # - C Mini Instruction Manual V.2. This instruction manual serves as a guide for the Mini 4200. Mini 4200- Instruction Manual V.2 MINI 4200 Model # - C-4010 This instruction manual serves as a guide for the Mini 4200. IMPORTANT! Please read through all provided instructions and any listed warnings

More information

UM2330 User manual. ST8500 boot. Introduction

UM2330 User manual. ST8500 boot. Introduction UM30 User manual ST8500 boot Introduction This user manual describes ST8500 bootloader functionalities and operations to be done for a correct device boot and the firmware images download. The following

More information

May 2014 Product Shipping Configuration Change Notice

May 2014 Product Shipping Configuration Change Notice May 2014 Product Shipping Configuration Change Notice Engineering Advisory 92278 This engineering advisory provides details about shipping configuration changes planned for May 2014 to Polycom Unified

More information

CEC1702 clicker. a great idea is just a click away

CEC1702 clicker. a great idea is just a click away a great idea is just a click away CEC1702 clicker A compact development board with a mikrobus socket for click board connectivity and Microchip s CEC1702, a 32-bit ARM Cortex -M4 Processor Core, with strong

More information

CE PSoC 4: Time-Stamped ADC Data Transfer Using DMA

CE PSoC 4: Time-Stamped ADC Data Transfer Using DMA CE97091- PSoC 4: Time-Stamped ADC Data Transfer Using DMA Objective This code example uses a DMA channel with two descriptors to implement a time-stamped ADC data transfer. It uses the Watch Dog Timer

More information

SIM/USIM Application Toolkit Application Note NT10030A Rev

SIM/USIM Application Toolkit Application Note NT10030A Rev SIM/USIM Application Toolkit Application Note SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability

More information

Multifunction Serial Interface (PDL_MFS) Features. General Description. When to Use a PDL_MFS Component. Quick Start 1.0

Multifunction Serial Interface (PDL_MFS) Features. General Description. When to Use a PDL_MFS Component. Quick Start 1.0 1.0 Features Configures the Multi-Function Serial (MFS) Interface to one of the following modes: UART (Asynchronous normal serial interface) Clock synchronous serial interface (SPI and I 2 S can be supported)

More information

AN3354 Application note

AN3354 Application note Application note STM32F105/107 in-application programming using a USB host 1 Introduction An important requirement for most Flash-memory-based systems is the ability to update firmware installed in the

More information

Writing to Internal Flash in PSoC 3 and PSoC 5

Writing to Internal Flash in PSoC 3 and PSoC 5 Writing to Internal Flash in PSoC 3 and PSoC 5 Code Example Objective CE62384 demonstrates how to write to the internal flash to change its contents during run time. CE62384 Associated Part Families: CY8C3xxx

More information

AN4045 Application note

AN4045 Application note Application note STM32F3 series in-application programming (IAP) using the USART Introduction An important requirement for most Flash-memory-based systems is the ability to update the firmware when installed

More information

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show.

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show. 1.50 Features Up to 8-bit General Description The allows the firmware to output digital signals. When to Use a Use a when the firmware needs to interact with a digital system. You can also use the as a

More information

AN3154 Application note

AN3154 Application note Application note CAN protocol used in the STM32 bootloader Introduction This application note describes the CAN protocol used in the STM32 microcontroller bootloader. It details each supported command.

More information

M3H Group(1) Application Note. I 2 C Interface (I2C-B) MASTER/SLAVE

M3H Group(1) Application Note. I 2 C Interface (I2C-B) MASTER/SLAVE M3H Group(1) I 2 C Interface (I2C-B) MASTER/SLAVE Outlines This application note is a reference material for developing products using the Master/Slave function in I2C interface (I2C) functions of M3H

More information

AN2143 Application note

AN2143 Application note AN2143 Application note Programming the ST10F27X embedded Flash using the ST10FLASHER tool Introduction This document summarizes the different steps needed to program the internal Flash memory of the ST10F27x

More information

UE910-EU V2 AUTO Product Description ST10598A rev

UE910-EU V2 AUTO Product Description ST10598A rev UE910-EU V2 AUTO Product Description 80419ST10598A rev.0-2013-11-11 APPLICABILITY TABLE UE910-EU V2 AUTO Product Description PRODUCT UE910-EU V2 AUTO Reproduction forbidden without written authorization

More information

Polycom Updater Release Notes Applies to SoundStation IP 6000 and IP 7000

Polycom Updater Release Notes Applies to SoundStation IP 6000 and IP 7000 Polycom Updater 5.0.2 Release Notes Applies to SoundStation IP 6000 and IP 7000 Updater 5.0.2 May 2012 3804-11069-502 Trademarks 2012, Polycom, Inc. All rights reserved. POLYCOM, the Polycom "Triangles"

More information

AN2557 Application note

AN2557 Application note Application note STM32F10x in-application programming using the USART Introduction An important requirement for most Flash-memory-based systems is the ability to update firmware when installed in the end

More information

STAND-ALONE PROGRAMMER

STAND-ALONE PROGRAMMER Fujitsu Semiconductor Design (Chengdu) Co., Ltd. MCU-AN-500108-E-18 New 8FX FAMILY 8-BIT MICROCONTROLLER ALL SERIES STAND-ALONE PROGRAMMER Revision History Revision History Version Date Updated by Modifications

More information

AVRflash. Program. User manual

AVRflash. Program. User manual AVRflash User manual Program AVRprog programmer is a high performance tool used for programming AVR microcontroller families from ATMEL. The AVRflash program communicates to the microcontroller through

More information

GS2K Module Power Measurement Application Note NT11603A Rev

GS2K Module Power Measurement Application Note NT11603A Rev GS2K Module Power Measurement Application Note 80560NT11603A Rev. 1.0 2016-11-01 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy

More information

DATASHEET. gen4 Programming Adaptor For all gen4 sizes (Picaso and Diablo16) gen4-pa. Document Date: 29 th January 2016 Document Revision: 1.

DATASHEET. gen4 Programming Adaptor For all gen4 sizes (Picaso and Diablo16) gen4-pa. Document Date: 29 th January 2016 Document Revision: 1. For all gen4 sizes (Picaso and Diablo16) DATASHEET Document Date: 29 th January 2016 Document Revision: 1.0 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website for the

More information

AN3279 Application Note

AN3279 Application Note Application Note Adjustable LED blinking speed using STM8S-DISCOVERY touch sensing key Application overview This application note provides a short description of how to use the touch sensing key to change

More information

4D Systems. Application Note: 4D-AN-P2002. Playing Video on PICASO based modules using RAW option. Document Date: 15 th December 2012

4D Systems. Application Note: 4D-AN-P2002. Playing Video on PICASO based modules using RAW option. Document Date: 15 th December 2012 4D Systems Application Note: Playing Video on PICASO based modules using RAW option Document Date: 15 th December 2012 Document Revision: 1.0 2012 4D Systems www.4dsystems.com.au Page 1 of 8 Description

More information

PSoC Creator Quick Start Guide

PSoC Creator Quick Start Guide PSoC Creator Quick Start Guide Install Download PSoC Creator from www.cypress.com/psoccreator, or install from a kit CD. For assistance, go to http://www.cypress.com/go/support For features, system requirements,

More information

UE866 Product Description

UE866 Product Description [01.2017] UE866 Product Description 80439ST10671A Rev. 3 2017-05-26 Mod. 0809 2017-01 Rev.8 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

GUI design made easy. Creating the First Project with. additional software

GUI design made easy. Creating the First Project with. additional software Creating the First Project with additional software Software for rapid development of graphical user interfaces for various types of TFT displays GUI design made easy To our valued customers, I want to

More information

KT-1 Token. Reference Guide. CRYPTOCard Token Guide

KT-1 Token. Reference Guide. CRYPTOCard Token Guide KT-1 Token Reference Guide CRYPTOCard Token Guide Proprietary Notice License and Warranty Information CRYPTOCard Inc. and its affiliates retain all ownership rights to the computer program described in

More information