上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 130 下一页
摘要: 本文转载自:https://www.crifan.com/order_eabi_and_oabi/ 1。什么是ABIABI,application binary interface (ABI),应用程序二进制接口。既然是 接口,那就是某两种东西之间的沟通桥梁,此处有这些种情况:A。应用程序 <-> 阅读全文
posted @ 2017-07-18 11:48 请给我倒杯茶 阅读(505) 评论(0) 推荐(0)
摘要: 本文转载自:http://eric-gao.iteye.com/blog/2160622 制作arm-linux交叉编译工具链一般通过crosstool工具或者crosstool-NG,前者使用方便,但是制作会受到一些限制,使用crosstool最多只能编译gcc4.1.1、glibc2.x的版本, 阅读全文
posted @ 2017-07-18 09:54 请给我倒杯茶 阅读(4394) 评论(0) 推荐(0)
摘要: 本文转载自:http://www.cnblogs.com/wxl309729255/articles/2816594.html 配置eth0的 IP地址, 同时激活该设备。 #ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up 1. Install 阅读全文
posted @ 2017-07-17 11:31 请给我倒杯茶 阅读(291) 评论(0) 推荐(0)
摘要: 本文转载自:http://www.cnbolgs.com/snail0404/p/5436348.html APDU # APDU # 定义:APDU(ApplicationProtocolDataUnit--应用协议数据单元)。协议数据单元PDU(ProtocolDataUnit)是指对等层次之间 阅读全文
posted @ 2017-07-17 09:35 请给我倒杯茶 阅读(2960) 评论(0) 推荐(0)
摘要: 本文转载自:http://blog.csdn.net/lvxiangan/article/details/53933714 PSAM卡的内容交互,是通过APDU指令完成的,常见的APDU报文格式如下: APDU命令:CLA INS P1 P2 Lc Data Le 其中CLA为指令类别;INS为指令 阅读全文
posted @ 2017-07-15 16:16 请给我倒杯茶 阅读(1613) 评论(0) 推荐(0)
摘要: 本文转载自:http://map.im/apduintroduce 命令格式 APDU命令由命令头和命令体组成: CLA | INS | P1 | P2 | Lc | DATA | Le命令头: CLA | INS | P1 | P2 命令体: Lc | DATA | Le CLA:命令报文的类别字 阅读全文
posted @ 2017-07-15 16:13 请给我倒杯茶 阅读(1357) 评论(0) 推荐(0)
摘要: 本文转载自:http://blog.csdn.net/hanmengaidudu/article/details/17099755 一、用text查看模式下面的“发”是指我敲的命令,“收”是指回车后显示的信息包括其他接收的信息。~ >: microcom -s 115200 /dev/ttyUSB1 阅读全文
posted @ 2017-07-15 12:03 请给我倒杯茶 阅读(270) 评论(0) 推荐(0)
摘要: 本文转载自:http://blog.csdn.net/hanmengaidudu/article/details/17099749 一、发送text格式的短信 给联通发text格式的短信: ~ >: microcom -s 115200 /dev/ttyUSB1 at OK 设置短信格式为Text模 阅读全文
posted @ 2017-07-15 12:02 请给我倒杯茶 阅读(347) 评论(0) 推荐(0)
摘要: 本文转载自:http://blog.csdn.net/hanmengaidudu/article/details/17028383 一 开发环境简介 内容 说明 3G模块 华为EM820W(WCDMA) 3G SIM卡 中国联通3G卡 嵌入式Linux版本 linux-2.6.37 主机开发环境 U 阅读全文
posted @ 2017-07-15 11:59 请给我倒杯茶 阅读(404) 评论(0) 推荐(0)
摘要: 本文转载自:http://blog.csdn.net/hanmengaidudu/article/details/17099737 一、 PPP移植 各项工作具体说明 向Linux内核添加3G模块的驱动(USB转串口驱动)和PPP协议的支持,然后编译内核并下载到开发板。当然如果之前已经移植好内核,那 阅读全文
posted @ 2017-07-15 11:55 请给我倒杯茶 阅读(1565) 评论(0) 推荐(0)
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 130 下一页