- 授权协议: Apache
- 开发语言: Java C/C++
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/android-serialport-api/
- 软件文档: http://code.google.com/p/android-serialport-api/w/list
软件介绍
当前 Android SDK 并没有提供任何写 Linux TTY 串口的 API,本项目的目的就是提供简单的 API 用于连接串口设备并进行数据的读写操作。
支持的特性包括:
- 列出可用的串口,包括 USB to 串口适配器
- 串口配置,包括带宽、停止位以及权限
- 提供标准的 Java InputStream 和 OutputStream 接口
C++ Concurrency in Action
Anthony Williams / Manning Publications / 2012-2-28 / USD 69.99
HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With ......一起来看看 《C++ Concurrency in Action》 这本书的介绍吧!
