上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页

2013年3月22日

Seial port API and tool

摘要: LibrarySerial Programming Guide for POSIX Operating Systemshttp://digilander.libero.it/robang/rubrica/serial.htmhttp://www.teuniz.net/RS-232/https://iftools.com/download/index.en.phphttp://serialib.free.fr/html/index.htmlhttp://www.ibm.com/developerworks/cn/linux/l-serials/https://github.com/cymait/ 阅读全文

posted @ 2013-03-22 13:10 androidme 阅读(724) 评论(0) 推荐(1) 编辑

2013年3月16日

VC与Cygwin的结合

摘要: 1:生成cygwin1.libimpdef cygwin1.def cygwin1.dlllib /DEF:cygwin1.def /OUT:cygwin1.lib2:生成my-crt0.libgcc -shared my-crt0.c -o my-crt0.dllimpdef my-crt0.def my-crt0.dlllib /DEF:my-crt0.def /OUT:my-crt0.lib3: 把crt0.c包含中工程中my_crt0.c#include <sys/cygwin.h>#include <stdlib.h>typedef int (*MainFun 阅读全文

posted @ 2013-03-16 13:24 androidme 阅读(1011) 评论(0) 推荐(0) 编辑

2013年3月13日

freeware

摘要: http://www.nirsoft.net/utils/iconsext.html 阅读全文

posted @ 2013-03-13 13:35 androidme 阅读(194) 评论(0) 推荐(0) 编辑

2013年3月11日

Console2 - A Better Windows Command Prompt

摘要: http://sourceforge.net/projects/console/http://www.hanselman.com/blog/Console2ABetterWindowsCommandPrompt.aspxhttp://en.wikipedia.org/wiki/Console2I was working on my Mac today and while I maintain that the OS X finder is as effective as shooting your hands fill of Novocaine, I remain envious of the 阅读全文

posted @ 2013-03-11 14:31 androidme 阅读(279) 评论(0) 推荐(1) 编辑

2013年3月8日

详解linux下的串口通讯开发

摘要: 串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口(又称EIA RS-232-C)它是在1970年由美国电子工业协会(EIA)联合贝尔系统、调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。串口 通讯指的是计算机依次以位(bit)为单位来传送数据,串行通讯使用的范围很广,在嵌入式系统开发过程中串口通讯也经常用到通讯方式之一。Linux对所有设备的访问是通过设备文件来进行的,串口也是这样,为了访问串口,只需打开其设备文件即可操作串口设备。在linux系统下面,每 一个串口设备都有设备文件与其关联,设备文件位于系统的/dev目录下面 阅读全文

posted @ 2013-03-08 16:49 androidme 阅读(433) 评论(0) 推荐(0) 编辑

RXTX

摘要: RXTX是个提供串口和并口通信的开源java类库.http://baike.baidu.com/view/1930611.htmhttp://users.frii.com/jarvi/rxtx/http://rxtx.qbang.org/ 阅读全文

posted @ 2013-03-08 16:44 androidme 阅读(270) 评论(0) 推荐(0) 编辑

2013年3月4日

undefined reference to `std::ios_base::Init::Init() 解决

摘要: (一)gcc 编译C++程序是提示错误undefined reference to `std::ios_base::Init::Init() 的解决方法在linux下编译c++ 程序要使用g++ 编译器,如果你要是使用gcc编译器就会有上面的报错信息,只要在在gcc后加上 -lstdc++就ok了eg: gcc example.c -lstdc++(二)gcc 和 g++ 是有区别的(1)gcc和g++都是GNU(组织)的一个编译器。(2)后缀名为.c的程序和.cpp的程序g++都会当成是c++的源程序来处理。而gcc不然,gcc会把.c的程序处理成c程序。(3)对于.cpp的程序,编译可以用 阅读全文

posted @ 2013-03-04 15:23 androidme 阅读(9744) 评论(1) 推荐(2) 编辑

2013年3月2日

Dependency Walker

摘要: http://www.dependencywalker.com/Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which 阅读全文

posted @ 2013-03-02 17:23 androidme 阅读(259) 评论(0) 推荐(0) 编辑

2013年2月27日

ZigBee something

摘要: ZigBee open source libraryhttp://zb4osgi.aaloa.org/https://code.google.com/p/xbee-api/http://bekko.org/ (https://code.google.com/p/jazzkaffe/)https://code.google.com/p/t-connect-xbee-driver/ProSyst ZigBee Modulehttp://dz.prosyst.com/pdoc/mBS_SH_SDK/um/runtime/osgi/docs/zigbee/index.htmlRaspBeehttp:/ 阅读全文

posted @ 2013-02-27 13:40 androidme 阅读(303) 评论(0) 推荐(0) 编辑

2013年2月26日

Vendor/Ethernet/Bluetooth MAC Address Lookup

摘要: http://coffer.com/mac_find/ 阅读全文

posted @ 2013-02-26 14:11 androidme 阅读(285) 评论(0) 推荐(0) 编辑

2013年2月22日

USB接口类型

摘要: http://tech.sina.com.cn/c/h_s/2004-03-19/0928336066.shtmlUSB普及,带来接口不统一新问题 随着各种数码设备的大量普及,特别是MP3和数码相机的普及,我们周围的USB设备渐渐多了起来。然而这些设备虽然都是采用了USB接口,但是 这些设备的数据线并不完全相同。这些数据线在连接PC的一端都是相同的,但是在连接设备端的时候,通常出于体积的考虑而采用了各种不同的接口。 这样的现象造成的问题就是设备随机带的数据线一旦遗失或者损坏就不好处理,本人在各处MP3论坛上看到很多朋友在丢失了MP3的连接线以后非常苦恼,而且发现自己的MP3连线的接口也不容.. 阅读全文

posted @ 2013-02-22 14:56 androidme 阅读(1310) 评论(0) 推荐(1) 编辑

2013年2月21日

Wireshark基本介绍和学习TCP三次握手

摘要: http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html之前写过一篇博客:用 Fiddler来调试HTTP,HTTPS。 这篇文章介绍另一个好用的抓包工具wireshark,用来获取网络数据封包,包括http,TCP,UDP,等网络协议包。记得大学的时候就学习过TCP的三次握手协议,那时候只是知道,虽然在书上看过很多TCP和UDP的资料,但是从来没有真正见过这些数据包, 老是感觉在云上飘一样,学得不踏实。有了wireshark就能截获这些网络数据包,可以清晰的看到数据包中的每一个字段。更能加深我们对网络协议的理 解。对我而言 阅读全文

posted @ 2013-02-21 11:21 androidme 阅读(174) 评论(0) 推荐(0) 编辑

2013年2月20日

嵌入式开发系统编程文件格式解析

摘要: 摘要: 嵌入式系统编程文件格式多种多样。为方便嵌入式系统开发和深度理解各种目标系统,论文详细分析了多种主流的嵌入式可执行文件(即机器码文件)格式。比较了不同格式的异同点,并介绍了各种嵌入式文件格式的主要硬件系统及目标器件。1 常见文件格式解析虽然不同的开发集成环境和不同的硬件架构使得嵌入式设备中可执行文件的格式不尽相同,但基本上包含以下一些典型特征:① 可执行文件的基本信息,如文件大小、时间、权限等。② 与硬件架构相关的二进制代码和数据。③ 符号表与符号重定位表。从文件本身所包含的信息来看,嵌入式系统可执行文件主要有:纯数据类文件,记录类文件以及描述类文件。1.1 纯数据文件格式纯数据文件就是 阅读全文

posted @ 2013-02-20 13:12 androidme 阅读(800) 评论(0) 推荐(0) 编辑

2013年2月19日

Simple HTTPD

摘要: http://sourceforge.net/projects/shttpd/http://code.google.com/p/mongoose/SHTTPD is small, fast and easy to use web server. It supports CGI, SSL,Digest Authorization. The unique feature of SHTTPD is the ability toembed it into existing C/C++ applications. Embedded API is very clean and simple. SHTTPD 阅读全文

posted @ 2013-02-19 21:30 androidme 阅读(275) 评论(0) 推荐(0) 编辑

iniparser

摘要: https://github.com/andrearanalli/iniparser/This modules offers parsing of ini files from the C level. 阅读全文

posted @ 2013-02-19 21:02 androidme 阅读(157) 评论(0) 推荐(0) 编辑

linux命令之ar—创建静态库.a文件

摘要: http://blog.csdn.net/chenglinhust/article/details/7667557用途说明:创建静态库.a文件。常用参数:格式:ar rcs libxxx.a xx1.o xx2.o参数r:在库中插入模块(替换)。当插入的模块名已经在库中存在,则替换同名的模块。如果若干模块中有一个模块在库中不存在,ar显示一个错误消息,并不替换其他同名模块。默认的情况下,新的成员增加在库的结尾处,可以使用其他任选项来改变增加的位置。【1】参数c:创建一个库。不管库是否存在,都将创建。参数s:创建目标文件索引,这在创建较大的库时能加快时间。(补充:如果不需要创建索引,可改成大写S 阅读全文

posted @ 2013-02-19 15:56 androidme 阅读(7527) 评论(0) 推荐(0) 编辑

2013年2月18日

zlib

摘要: http://zlib.net/ 阅读全文

posted @ 2013-02-18 23:26 androidme 阅读(190) 评论(0) 推荐(0) 编辑

ZB4O

摘要: ZigBee 4 OSGihttp://zb4osgi.aaloa.org/http://zb4osgi.aaloa.org/redmine/projects/zb4osgi 阅读全文

posted @ 2013-02-18 09:46 androidme 阅读(174) 评论(0) 推荐(0) 编辑

2013年2月11日

libupnp

摘要: http://pupnp.sourceforge.net/http://upnp.sourceforge.net/As of 2005-2006, the original developers did not have the time to work on libupnp any more and nobody expressed interest in taking over development of the main project. As a result, Michael Pfeiffer forked a new project, pupnp, where he has pl 阅读全文

posted @ 2013-02-11 21:03 androidme 阅读(416) 评论(0) 推荐(0) 编辑

log4cpp

摘要: http://log4cpp.sourceforge.net/ 阅读全文

posted @ 2013-02-11 20:59 androidme 阅读(182) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页

导航