搜索资源列表
UART——linux
- linux下的串口驱动,通讯程序,已经是成熟代码,可以直接使用!-The Serial Driver, communication procedures, it is already a mature code that can be used directly!
CANbusdriverforS3C2410
- CAN总线芯片MCP2510在ARM芯片S3C2410上的完整驱动程序,MCP2510通过SPI接口与S3C2410对接,在Linux2.4操作系统下实现了底层带CAN接口的智能设备与上层设备进行通讯。-MCP2510 CAN Chip Chip S3C2410 ARM in the integrity of drivers, MCP2510 through the SPI interface and S3C2410 docking, the Linux operating system und
009
- 基于博创ARM3000的平台上的几个开发程序。 包含程序math.c以及其他的一些库文件。整个文件完整,可进行编译下载。 开发软件是SDT: 9、CAN总线通讯
qextserialport-1.2win-alpha
- 提供一个基于QT4的串口通讯类。 用户可以直接使用。具体的使用方法参考压缩版的pdf说明文档-To provide a serial communications class based on QT4. Users can directly use. A specific reference to use compressed version of the pdf documentation
hmidemo480x640-20111216
- 使用QT平台开发的显示界面,640×480分辨率,显示仪表,指示灯等功能,使用CAN总线和RS232通讯。-The display of the QT platform development, 640 480 resolution, instruments, lights and other functions, the use of the CAN bus and RS232 communications.
LumaQQME
- android平台下的QQ即时通讯程序,很有价值,代码很复杂,需要调整才可以运行-android platform of the QQ instant messaging program, great value, code is very complex and need to be adjusted before they can run
qtmcom_loop_onetoone
- 可实现两个串口互相通讯,界面友好,在Qt4环境下可直接运行。-realized between two serial communications, user-friendly, in Qt4 environment can be directly run
Ecan_Linux_V02.02.01.tar
- Linux系统下的底层Can通信应用程序 提供了完整的接口通讯功能-This program is used to communicate for CanBus,in Linux system.
linux_device_fasync
- linux_device_fasync 驱动程序与应用程序不能直接通讯,可以采用异步通讯来读取数据,这样应用程序就不要一直查询设备状态,当数据到达时,会主动通知-linux_device_fasync driver can not communicate directly with the application, asynchronous communication can be used to read data, so applications do not have to query
pciv
- 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
plc-fx2u
- 利用LabVIEW和PLC通讯源码,实现串口通信,可以看到源代码-LabVIEW and PLC communication source, serial communication, you can see the source code
CAN-Bus-Communication
- 两个UP-NetARM2410-CL 通过CAN 总线相连接。ARM 监视串行口,将接收到的字符 发送给另一个开发板并通过串口显示(计算机与开发板是通过超级终端通讯的)。即按PC 键盘通过超级终端发送数据,开发板将接收到的数据通过CAN 总线转发,再另一个PC 的超 级终端上显示数据。-CAN Bus experiment
QT_chat
- qt界面编程是相关知识,开发出一套网络通讯系统,该系统由服务端和客户端两部分组成,服务端对客户端发送消息进行判断,转发等操作,从而使各个客户端之间能够进行信息的交互,客户端主要负责客户的登录,显示在线客户列表,以及各个客户之间进行信息的交互。-qt programming interface is relevant knowledge, develop a network communication system, the system consists of server and client
qt_wifi
- 该压缩包是从csdn上下载的在QT上开发通过wifi通讯的例子,在他的介绍中说在arm11上编译通过,因为没有时间实验,所以不知道是否能够成功。但csdn上需要5个积分才能下载,所以在这里上传,希望有需要的人可以实验一下!-The package is downloaded from the csdn in the QT development through wifi communication example, said in his presentation on arm11 compil
SerialPort
- Linux下Qt编程,实现串口通讯,可以读取串口及写串口操作。-Qt programming under Linux, the realization of serial port communication, can read and write a serial port serial port.
CAN
- ARM的通讯功能,实现与上位机通讯的基本功能,大家互相学习一下-ARM s communication function for communication with the host computer s basic functions, we learn each other about
CAN-bus-communication-experiments
- S3C2410实验程序CAN总线通讯实验,用于嵌入式开发学习应用-S3C2410 experimental program CAN bus communication experiments for embedded development learning applications
ElectricalConsole.3.tar
- qt下多界面,支持硬件按键,CAN通讯等功能,后续加入串口,摄像头部分-qt multi-widget,support key press, CAN communacation, will be supported serail and camera
Linux-ATSHA204-I2C-140713a_new
- 来自厂商源码。实现对加密芯片atsha204的操作,通讯可使用i2c或者GPIO(From vendor source code. Encryption chip atsha204 operation, communication can use I2C or GPIO)
基于Linux的进程管理程序
- 基于Linux的进程管理程序,支持can通讯,通过共享内存监控个进程运行状态,并控制进程的加载和卸载。