搜索资源列表
sdbsrial
- LINUX下的串口编写,包含了serfile.c serial.c args.c 等文件,本程序完全能运行。-Linux Serial preparation, includes serfile.c serial.c args.c and other documents, the process is fully capable of running.
serial-gps
- C编写的GPS接受代码,用于LINUX系统。完整版本。 只需要自己把serial.h写一下set_port和read_port就号。
SerialPort为c++写的串口编程工具的源代码
- SerialPort为c++写的串口编程工具的源代码,具有很好的参考价值-SerialPort is written in c++ source code for serial port programming tools, a good reference value
modbus.rar
- modbus通信小程序,实现了设备间的串口通信,推荐给大家,modbus communication applet, the implementation of serial communication between devices, recommend to the U.S.
serial
- linux环境下使用串口进行通信,C语言编写,使用系统调用函数打开、关闭、读写ttyS0-linux environment using serial communication, C language, using the system call function to open, close, read and write ttyS0
vbGetCPU
- 应用VB6.0读取CPU序列号,方便用户注册软件。-VB6.0 application CPU to read the serial number, registered user-friendly software.
gsm-modem.c.tar
- linux下GSM modem串口通信测试程序代码-linux serial port communication under the GSM modem test program code
MAc
- 用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密。-Using C++ access to the hard drive serial number and ID card of the MAC address of the source code can be used this way md5 encryption algorithm combines encryption software.
rfid
- 本程序中有main.c、rfid.h、rfid.c、tty.h、tty.c和makefile六个文件,是在嵌入式linux平台下通过串口对rfid读写器进行操作的源码。-This procedure in main.c, rfid.h, rfid.c, tty.h, tty.c and six documents makefile is in the embedded linux platform through serial rfid reader of the source to opera
CGUIProgrammingwithQt4
- c++ GUI QT4 中文版 介绍最新QT4类,方法-C++
serial
- 通讯接口类的封装,适用于C/C++,为了通用性,用标准C封装,稍作修改可封装成类,简单好用-Communication interface of the package type for C/C++, for general use standard C package, with some slight modifications can be packaged into a class, easy-to-use
Hardware_key
- This program get motherboard, bios, Hdd.. Serial number, and generate a code by AES algorythm. You can use it as HW key.c
serial.tar
- 很好的linux c 串口编程源代码,可供初学者学习。-Good serial linux c programming source code for beginners to learn.
sns
- C++获取硬盘序列号,身份证作为唯一标示-C++ access to the hard disk serial number, identity card as the only labeled
receive.c
- 这里主要是运用串口的终端来实现接受串口发送的字符串的功能。实现通过串口通信-Here is mainly used to achieve the acceptance of serial terminal serial port to send the string functions. Achieved through the serial communication
serial.c
- 这个是标准的serial howto programming 里翻译后的串口编程内容。里面的东西需要改动一些参数设置。-This is a standard serial howto programming Lane translated the contents of the serial programming. The stuff inside is to set some parameters need to be changed.
c-kermit.tar
- c-Kermit9.0,unix上用串口传输文件的软件,由哥伦比亚大学开发,早年就在NASA里使用,学习通信的好材料-c-Kermit9.0, unix on the serial port to transfer files using the software developed by Columbia University, early NASA years in the use of good material for studying communication
Linux-serial
- Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */ #include <termios.h>
serial
- serial.c USB gadget serial driver. -serial.c USB gadget serial driver.
serial_example.c
- 此串口是读陀螺数据 ,并解析数据,读者要读取其它串口数据直接修改数据解析部分即可。(read IMU data from serial dev.)