zoukankan
html css js c++ java
Android应用中读写串口的方案
做android串口的开发,找到一个开源的串口类android-serialport-api。其主页在这里
http://code.google.com/p/android-serialport-api/
,这里可以下到APK及源码。
CSDN中的一篇文章讲解得非常详细:
Android串口操作,简化android-serialport-api的demo(附源码)
http://blog.csdn.net/akunainiannian/article/details/8740007
查看全文
相关阅读:
Grunt学习笔记【7】---- grunt-contrib-less插件详解
Grunt学习笔记【6】---- grunt-contrib-requirejs插件详解
Grunt学习笔记【5】---- expand使用方法
Grunt学习笔记【4】---- 通配符和模板
Grunt学习笔记【3】---- filter使用方式和实现原理详解
Grunt 学习笔记【2】---- 配置和创建任务
用css去除chrome、safari等webikt内核浏览器对控件默认样式
angular中通过$location获取路径(参数)的写法
angular自身带有的操作cookie的方法
js中apply方法的使用
原文地址:https://www.cnblogs.com/maxma/p/9169628.html
最新文章
Token Based Authentication
r project architecture
jquery
样式问题
ngForm
accept and content-type http headers
Jasmine
web.config配置
奥运五环
《流畅的python》第四章 文本和字节序列
热门文章
《流畅的python》第四章 文本和字节序列
《流畅的python》第三章 字典和集合
创建一个1000w个随机浮点数的数组
《流畅的python》第二章 数据结构
《python网络数据采集》读后感 第十章:图像识别和文字处理
《python网络数据采集》读后感 第九章:穿越表单和登录窗口
中文WebFont探索
Grunt实战 --- 通过nodejs和Grunt实现项目在线构建
Nodejs学习笔记 --- 调用命令方法ld_process.exec()和child_process.execFile()
Grunt学习笔记【8】---- grunt-angular-templates插件详解
Copyright © 2011-2022 走看看