摘要:
7.1 2rs485不通,重点看 U57+U52的两个回路; 7.2 J4 J5 J6 J7 插针补焊接; 7.3 4G模块查找,重点查USB接插件的问题,以及电源是否3.3V正常,3.3V没有产生; 阅读全文
摘要:
/***********************************************函 数: main功 能: 程序入口输 入: /输 出: /描 述: /***********************************************/void main(void){ u 阅读全文
摘要:
cut是一个选取命令,就是将一段数据经过分析,取出我们想要的。一般来说,选取信息通常是针对“行”来进行分析的,并不是整篇信息分析的。 (1)其语法格式为:cut [-bn] [file] 或 cut [-c] [file] 或 cut [-df] [file] 使用说明cut 命令从文件的每一行剪切 阅读全文
摘要:
Pin description Symbol Pin Description 1A 1 negative-edge triggered input 1(负边沿触发输入) 1B 2 positive-edge triggered input 1(正面边缘触发输入) 1RD 3 direct reset 阅读全文
摘要:
1 P3 两个功能 JLINK调试口 或 串口 P3.1 3.3V JTAG调试电源 P3.2 PF2 JTAG-SWDO P3.3 PF1 JTAG-SWDI P3.4 PF0 JTAG-SWCLK P3.5 NRST JTAG-NRST 2 P2 管脚 双列直插 特殊功能可以定义为普通gpio使 阅读全文
摘要:
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <math.h> char iiotype[16][32] = { ''in_voltage0_raw'', 'in_volt 阅读全文
摘要:
#include <fcntl.h>#include <termios.h>#include "AppInit.h"#include "A5_Serial_Operation.h"#include "Global.h"#include "Function.h"#define GPIOA3_HIGH_ 阅读全文
摘要:
/* * dac7562 (using spidev driver) * */#include <stdint.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <getopt.h>#include <fcntl.h 阅读全文
摘要:
AT AT+CFUN=1 模块功能全打开,上电可以设置默认状态 AT+ZSET="LET_INFO" 掉电后可以保存AT+CFUN=1为默认模式 AT+CPIN? 返回READY说明卡准备就绪 AT+CREG=1 结果码为:+CEREG:<stat>,如果stat为1或5,即注册上4G网络 AT+C 阅读全文
摘要:
/dev/ttyUSB0 ECM // ECM 口 /dev/ttyUSB1 / //ECM口 /dev/ttyUSB2 AT //AT /dev/ttyUSB3 MODEM //modem口 /dev/ttyUSB4 log //调试口 http://wenku.baidu.com/link?ur 阅读全文