搜索资源列表
CNetworking
- wince 下网络通讯类,实现了,网络监听,网络连接,数据发送以及数据接收,远程计算机信息获得,程序采用多线程回调方式,有详细的文档说明。-wince under the category of network communications to achieve the network monitor, network connection, data sent and received data, remote access to computer information, the prog
directMotionExample
- Program that drives the robot around using the direct motion commands (no Actions or obstacle avoidance). it also runs the robot in its own thread, and has examples of connection handler callbacks.-Program that drives the robot around using the d
WinCE_I2C_E_GPS
- :在某型军车的“姿态测量与数据存储系统”设计中,为实现嵌入式微处理器对数字罗盘集成电路HMC5843 的数据的采集,需开发运行于WinCE操作系统下的I2C驱动程序。文章首先论述了ARM9微处理器与HCM5843的 连接关系,随后论述了I2C总线的概念、工作原理与WinCE的流驱动模型等基本知识,最后以Platform Builder 5.0为 开发工具,开发了I2C驱动程序,并主要从中断服务线程IST与读函数IIC Read两个方面,介绍了驱动程序的具体实 现。实验表明,该驱动
client
- 根据套接字建立TCP连接的过程,创建服务端程序,并在接收到客户端连接请求后,产生一个新的线程来处理这个客户端的通讯工作-Process to establish a TCP connection according to the socket to create a server program, and receives the client connection requests, resulting in a new thread to handle client communicatio
cubieboard-master
- bluetooth中为蓝牙测试demo:检测周围的蓝牙设备,连接设备,循环发送数据 broadcom-bluetooth:固件源代码,以及加载固件的命令 com:cubieboard从串口读取数据,再通过tcp发送 特点:epoll com_bt:cubieboard从串口读取数据,通过tcp和蓝牙发送 特点:epoll 线程 信号-Connection device for Bluetooth, Bluetooth Test Detection
directMotionExample
- Program that drives the robot around using the directmotion commands (no Actions or obstacle avoidance). it also runs therobot in its own thread, and has examples of connection handler callbacks.-Program that drives the robot around using the direct
stm32f10 CAN收发实验
- 本实验代码,可以让STM32F1的CAN工作在环回模式/普通模式下,通过KEY_UP按键切换模式。默认是环回模式,在环回模式下,按下KEY0,则可以在LCD模块上面看到自发自收的消息。如果是普通模式,那么需要两个开发板,并且用线将两个开发板的CAN接口连接起来,同时需要设置板上的P9端口连接在CAN上面,在普通模式下,按下一个开发板的KEY0,可以在另外一个开发板上看到收到的信息。(This experiment code CAN let STM32F1's CAN work in loop m