Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial mbed
constantes.cpp
00001 /* 00002 * - Proyecto: CH SABMiller. 00003 00004 * - Lenguaje: ANSI C/C++ (mbed) 00005 * - Tarjeta: Nucleo F091RC 00006 * - Referencias: 00007 * - Fecha: 2016/May 00008 * - Autor(es): Felícito Manzano / 00009 Mario Vargas 00010 * - Compañia: V.S.R. de Centroamérica 00011 * - País: SV / CR 00012 */ 00013 00014 #include "constantes.hpp" 00015 00016 /* DEFINICIÓN DE CONSTANTES PARA GV300 */ 00017 const char CABECERA_TX[] = "AT+GTDAT=gv300,2,,TCA|"; 00018 const char CODIGO_INT_FUEL[] = "003|"; 00019 const char FIN_CABECERA_TX[] = ",1,,,,"; 00020 const char ULTIMO_CARACTER[] = "$"; 00021 const char SEPARADOR[] = ";"; 00022 const char RESET_TXT[] = "AT+GTDAT=gv300,2,,***BOOTING***,1,,,,0001$"; 00023 00024 // OTRAS CONSTANTES 00025 const int T_ESPERA_CP = 300; // mili segundos 00026 const int T_TX = 100; // mili segundos
Generated on Thu Jul 14 2022 08:15:15 by
1.7.2