搜索资源列表

  1. 16C552

    0下载:
  2. 16c552驱动程序,两个穿口+1个并口的驱动程序-16c552 driver, two I wear a parallel port drivers
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:chen
  1. commgps

    1下载:
  2. wince下面一个串口程序,用于读取并分GPS数据,主要可以提取经纬度和时间-wince below a serial procedures for reading and GPS data It mainly from longitude and latitude and time
  3. 所属分类:Windows CE

    • 发布日期:2024-05-20
    • 文件大小:3411968
    • 提供者:long
  1. MainForm.Designer

    0下载:
  2. 工具 vs2005 进行串口的列示、检测,错误提示,并数据读取 -tools for Serial vs2005 the presentation, detection, errors, and data acquisition
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王树生
  1. RS232_ImageRecver

    0下载:
  2. 通过PC串口接收图像并显示的工具,支持320×240以及640×480尺寸。 特别适用于调试CMOS摄像头!-through the PC serial port to receive and display images of tools, supports 320 x 240 and 640 x 480 size. Particularly applicable to debug CMOS camera!
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:573440
    • 提供者:黄应
  1. CppBuilderRS232.ccrun.732260

    0下载:
  2. 此书是在BCB环境下开发串口通信的一本好书啊。文中详细讲解了串口通信的基本概念,同时很具体的描述了编写的过程并附有源码。-book is the BCB development environment Serial Communication a good book ah. This paper gave a detailed account of the serial communication the basic concept,
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:26732544
    • 提供者:azhuang
  1. C54X_mcbsp

    0下载:
  2. 在C54X DSP下写的串口收发程序,利用串口收发数据,并在DSP内对数据作简单处理!-under the C54X DSP serial port transceiver written procedures, the use of serial data transceiver, and the DSP within the data processing simple!
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:张有鹏
  1. SPtransform

    0下载:
  2. Verilog HDL编写的串并转换。采用iout类型口。包含源文件和测试文件。用Modsim编译。-Verilog HDL Series and the preparation of the conversion. I used iout types. Includes source and test papers. Modsim compiler used.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:曹光明
  1. LCDseries

    0下载:
  2. 一个利用并口操作液晶的源代码,可以利用计算机并口对液晶进行各种操作,简单易行-use a parallel port to operate the LCD source code, we can use the computer parallel port to various LCD operations simple
  3. 所属分类:并口编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:marble
  1. MSC51_PC_Communicaton

    0下载:
  2. 这是一个51单片机与PC的通信系统:利用3*4小键盘输入0~9的一串数字(不大于5),通过8051自带的串口发送给PC并显示在系统的6位LED上;单片机接收上位机的输入并显示在LED上。8051串行口经232电平转换后,与PC机串行口相连。PC机使用串口调试应用程序V2.2.exe,实现上位机与下位机的通讯。-This is a 51 microcontroller and PC communication system : use 3
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:203776
    • 提供者:Jawen
  1. Easy51Prov2[1].0.programmrar

    0下载:
  2. 这是一个在用并口下程程序的小东东,很方便,占用的资源更少,很好用哦-This is a parallel with the process under way in Eastern small, very convenient and occupy fewer resources to good use, oh
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:447488
    • 提供者:王伟达
  1. Comm_Data

    0下载:
  2. VC++下的多串口通信程序,并具有其他功能-VC++ multi-serial communication program, and has other functions
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:1247232
    • 提供者:
  1. ucosii_block

    0下载:
  2. 该源码继承了大量功能控件,如定时器、按键、串口通讯等,并已成功嵌入到产品中,可以节省大量时间。-the source inherit a lot of control functions, such as timer, keys, serial communications, and has successfully embedded into products, can save a lot of time.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-20
    • 文件大小:1914880
    • 提供者:侯德俊
  1. EPP_fpga

    0下载:
  2. 并口epp模式下与fpga通信例子,附源码-Parallel epp mode communication with the fpga example, enclosure FOSS
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1659904
    • 提供者:李志刚
  1. com_code(LJ)

    0下载:
  2. 运用通信API编写串口通信。 功能:1)通过串口进行数据的收发并在接收端显示收到的数据 2)打开串口,关闭串口等 要求:1)可以修改com口、波特率、数据位、停止位、奇偶校验 2)传送的数据桢格式:数据头(FF FF FB) 数据长度 数据 累加和 数据尾(FB FB), 数据头和数据尾不参加计算累加和 3)接收数据的显示方式:要求每个数据桢中的数据以单独一行的格式显示 -Communication A
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:2070528
    • 提供者:李小跳
  1. uart2211

    0下载:
  2. kiell下的一个51 UART 程序,通过串口可以接收来自电脑的字符并以数字形式显示,也可以发送字符 -kiell of a UART 51 procedures Serial passed from the computer can receive and the characters in digital form, can send characters
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:yxw
  1. CAN_EPP_Linux_driver

    0下载:
  2. 包含一个EPP-CAN板的Linux操作系统驱动,先用make命令编译目标代码(cangate),再运行install,安装该驱动。就可以通过并口对SAJ1000的板子进行数据收发.-contains an EPP-CAN board of Linux-driven, make first use of object code compiler orders (cangate), the re-install, installation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:Azrael.H
  1. HighSpeedTimer

    0下载:
  2. 高精度秒表:利用Delphi自带的Timer控件你能够进行精确计时吗?超过1秒时可以,但是能够在1秒内计时吗?精度 高吗?该程序演示了利用timer控件和两种高精度计时方法进行比较,看看1分钟内的精度差别多大?程序虽然简单,在对硬件控制中很有用。-precision stopwatch : Delphi, bringing their use of Timer control you can accurately time?
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:168960
    • 提供者:谭俊哲
  1. sch_for_WIGGLER

    0下载:
  2. Wigger小板电路原理图,实现简单的PC并口到JTAG接口的电平转换。可用来在PC机上通过JTAG 接口烧写目标板上的 Flash, 常用软件如 Flashpgm 等, 如加上 JTAG.exe 等 SERVER 软件,也可用 SDT 等软件进行源代码级的调试 -Wigger small plate circuit diagram, simple PC parallel port to JTAG interface-level cha
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:wohulf
  1. Para_Debug

    0下载:
  2. 并口调试工具,有帮助文档说明 很不错的:)-parallel debugging tools, help files shows very good :)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:286720
    • 提供者:郭克新
  1. 4MSSCCPRJ

    0下载:
  2. 以Visual Basic为开发工具,远程水文检测系统通过串口与GSM模块进行数据交互,利用GSM短信实现远程数据传送,通过内嵌了GSM模块的单片机获得采集设备测量数据,并控制相关水文设备。 -to Visual Basic development tool Hydrologic Remote detection system through serial and GSM module for data interaction, u
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:317440
    • 提供者:jick
« 1 2 ... 42 43 44 45 46 4748 49 50 »

源码中国 www.ymcn.org