Welcome![Sign In][Sign Up]
Location:
Search - serial.h

Search list

[Com PortCommOperateGps.h

Description: eVC下操作串口提取GPS有效数据1,把文件名字后缀.rar去掉即可,不用解压缩。-operate under serial data from a GPS effective, the document name suffix. Rar can be removed without decompression.
Platform: | Size: 1840 | Author: 苗新甫 | Hits:

[Com Portserial232

Description: serial.h serial.cpp 共两个文件,VC串口封装API类-serial.h serial.cpp a total of two documents, VC serial API Class Packaging
Platform: | Size: 2694 | Author: 张佳平 | Hits:

[Other resourceserial

Description: //*********主机代码****** #include <reg51.h> #include \"Clicent_Setting.h\" #include \"LCD_Funtion.h\" #include \"Futions.h\" #include \"Host_Interrupt_Funtion.h\" int num1=1 //从机数码管起始数 int num2=0 int num3=1
Platform: | Size: 15668 | Author: 平行线 | Hits:

[Linux-Unixserial-gps

Description: C编写的GPS接受代码,用于LINUX系统。完整版本。 只需要自己把serial.h写一下set_port和read_port就号。
Platform: | Size: 718725 | Author: lynn | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-UnixLiSerialPort

Description: linux的串口设置文件,包含h和cpp文件。-linux serial port setup code:.h,.cpp
Platform: | Size: 2048 | Author: 李泽 | Hits:

[DSP programc64xx

Description: C64XX DSP串口的PCI程序,TI源码-C64XX DSP serial PCI procedures, TI FOSS
Platform: | Size: 7168 | Author: 屈宵军 | Hits:

[Com Port微机串行通信实验报告

Description: 计算机中传输数据的方式有两种:并行方式和串行方式。在IBM PC机的汇编语言中,对串口的编程方式有DOS和BIOS 系统功能中断调用。本次实验设计采用BIOS系统功能中断调用,即通过INT 14H,调用ROM BIOS串口通信例行程序。-computer transmission of data in two different ways : parallel and serial mode approach. IBM PC assembly language, the serial programming method DOS and BIOS interrupt function call. The experimental design using BIOS interrupt function call, through INT 14H, called ROM BIOS serial communication is a routine procedure.
Platform: | Size: 9216 | Author: feng | Hits:

[Com Portserial232

Description: serial.h serial.cpp 共两个文件,VC串口封装API类-serial.h serial.cpp a total of two documents, VC serial API Class Packaging
Platform: | Size: 2048 | Author: 张佳平 | Hits:

[Web ServerCardLibraryForASP

Description: 使用Visual Baseic为ASP应用而开发的动态库 串口读卡器-to use Visual Baseic ASP Application Development and the DLL Serial Reader
Platform: | Size: 291840 | Author: 王锡伟 | Hits:

[SCMHitachi_H8S_H8300_Series

Description: 日立H8/300H Tiny、H8/3664系列单片机编程 日立H8/3664系列单片机是使用H8/300H高速处理器并以其为核心设计的单片机,为了配置一个系统需要许多外部功能模块。H8/300H高速处理器使用与H8/300处理器兼容的指令系统。 日立H8/3664系列单片机有4个定时器,一个 总线接口,两种不同类型的串行总线 接口,一个A/D转换器,一组I/0接口。本产品适用于高级控制系统的嵌入式应用。 日立H8/300H Tiny 系列(H8/3664系列)使用说明书包含了一组使用H8/3664系列单片机外部功能的具体实例,可供用户在设计硬件及软件产品时参考。-Hitachi H8/300H Tiny, Series H8/3664 H8/3664 microcontroller programming Hitachi microcontroller series is the use of high-speed H8/300H and subject to the processor core microcontroller design, in order to configure a system needs many external modules. H8/300H use of high-speed processors H8/300 processor compatible with the directive system. Hitachi H8/3664 microcontroller series with four timer, a bus interface, two different types of serial bus interface, an A/D converter, a group I/0 interface. This product applies to senior control systems embedded applications. Hitachi H8/300H Tiny series (H8/3664 Series) instruction manual contains a team to use H8/3664 Series MCU external function of specific examples, available for users in the design of hardware and software products refe
Platform: | Size: 3368960 | Author: 赵飞 | Hits:

[Com PortPCCOM-SRC

Description: 用C++写的RS232串口异步通讯功能模块,支持16550 UART芯片,中断收发数据,波特率最大115200bps,自定义收发数据缓冲大小,支持软硬件流控。-C wrote asynchronous RS232 serial communication module, 16550 UART chip, Transceivers interruption data, 115,200 bps maximum baud rate, since the definition of sending and receiving data buffer size, support hardware and software flow control.
Platform: | Size: 103424 | Author: alex | Hits:

[OtherI2C_C51

Description: #include "intrins.h" unsigned char SystemError sbit SCL= P1^6 //定义串行时钟线所在口 使用时根据自己的需要 sbit SDA= P1^7 //定义串行数据线所在口 使用时根据自己的需要 #define SomeNOP() {_nop_() _nop_() _nop_() _nop_() }-# include "intrins.h" unsigned char Syste mError sbit SCL = P1 ^ 6// definition serial clock line where I use according to their needs sbit SDA P1 = ^ 7// definition of serial data lines where I use according to their needs# defin e SomeNOP () (_nop_ () _nop_ () _nop_ () _nop_ (
Platform: | Size: 229376 | Author: zhusheng | Hits:

[Windows CESerialCommT

Description: 嵌入式操作系统wince下开发的进行串口通信的源代码-Embedded operating system developed under wince serial communication to the source code
Platform: | Size: 60416 | Author: 紫枫 | Hits:

[SCMserial

Description: //*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funtion.h" #include "Futions.h" #include "Host_Interrupt_Funtion.h" int num1=1 //从机数码管起始数 int num2=0 int num3=1 -Host code //***************# Include <reg51.h># Include Clicent_Setting.h# Include LCD_Funtion.h# Include Futions.h # include Host_Interrupt_Funtion.h int num1 = 1// slave digital tube threshold int num2 = 0 int num3 = 1
Platform: | Size: 15360 | Author: 平行线 | Hits:

[Linux-Unixserial-gps

Description: C编写的GPS接受代码,用于LINUX系统。完整版本。 只需要自己把serial.h写一下set_port和read_port就号。-C prepared to accept the code GPS for LINUX system. The full version. Serial.h only need to write about their own and read_port on No. set_port.
Platform: | Size: 718848 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSH-JTAG+V0.8.0

Description: 串口烧写flash工具,国产,性能好,烧写成功率高-Serial flash programmer tools, domestic, performance, and programmer a high success rate
Platform: | Size: 1960960 | Author: Peter | Hits:

[Communication-Mobileserial

Description: include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定义*/ #define TRUE 1 #define FALSE 0 /***@brief 设置串口通信速率 *@-include <stdio.h>/* Standard input and output definitions* /# include <stdlib.h>/* Standard function library definition* /# include <unistd.h>/* Unix standard function definition* /# include <sys/types.h>/** /# Include <sys/stat.h>/** /# Include <fcntl.h>/* File control definition* /# include <termios.h>/* PPSIX terminal control definitions* /# include <errno.h>/* Error number definitions* /# define TRUE 1# define FALSE 0 /***brief set of serial communication rate* @
Platform: | Size: 9216 | Author: nameblue | Hits:

[Linux-UnixLinux-serial

Description: Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Description: To provide underlying serial port function, * for high level applications. * */ #include <termios.h> /* tcgetattr, tcsetattr */ #include <stdio.h> /* perror, printf, puts, fprintf, fputs */ #include <unistd.h> /* read, write, close */ #include <fcntl.h> /* open */ #include <sys/signal.h> #include <sys/types.h> #include <string.h> /* bzero, memcpy */ #include <limits.h> /* CHAR_MAX */ #include "vardef.h" /* INT32, INT16, INT8, UINT32, UINT16, UINT8 */ #include "serial.h"-This directory contains the version 0.0.4 release of the Serial Debugger (SDB). The SDB is free software. If you think it is useful in your applications or solutions, you are admitted to use this source code with the declaration of Copyright to the original author, now Ding Baohua. Install procedure is referred to INSTALL file.
Platform: | Size: 8192 | Author: zhangxiaojun | Hits:

[DSP programSerial

Description: Serial.h serial Lione configuration Example from Keil development Installation
Platform: | Size: 1024 | Author: Stefan | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net