CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - vc serial port

搜索资源列表

  1. API_ComPort

    0下载:
  2. VC++ API Serial communication-API serial comm port
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5602635
    • 提供者:eros
  1. serialcom

    0下载:
  2. VC++串口编程 不需使用Active控件实现-Achieved without control, serial port programming
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:732511
    • 提供者:zhangjie
  1. serial

    0下载:
  2. 基于VC操作环境下的,通过串口进行发送数据-VC-based operating environment, through serial port to send data
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1921960
    • 提供者:吴丹娥
  1. Serial

    0下载:
  2. 一个高效率高兼容的VC 串口代码,比使用控件效率提高很多。简单易用-CSerialEx- Win32 message-based wrapper for serial communications A lot of MS-Windows GUI based programs use a central message loop, so the application cannot block to wait for objects. This make serial communica
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:22277
    • 提供者:zhao
  1. Temp_Show

    0下载:
  2. 从串口读取数据并将数据绘制成曲线。 封装了一个二维坐标系,横轴和纵轴的范围会随着曲线的数值范围自动伸缩。-To read data from the serial port and the data plotted curves. Encapsulates a two-dimensional coordinate system, the range of the horizontal axis and vertical axis range of values as the curve au
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4066434
    • 提供者:kevin
  1. SCommTest

    0下载:
  2. 电脑间串口通信两台计算机串口连接,一台内用龚建伟的串口调试助手发送数据,另一台用Vc的MSComm控件来接收数据,Vc界面中有一接收数据的文本框,一个“接收数据”按钮-Serial communication between the computer serial port to connect two computers, a serial port to debug on with GONG assistant to send data, another with the Vc of the
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1916629
    • 提供者:萧坤
  1. port

    0下载:
  2. 串口动态链接库.vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。 -Serial dynamic link library. Vc++6.0 developed through this dynamic link library to the serial port to send commands and information. Serial programs can be used for the development, very usefu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:103199
    • 提供者:284
  1. communicate

    1下载:
  2. VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3694356
    • 提供者:陈利聪
  1. VC

    0下载:
  2. 用于串口读写数据用的程序源代码,大家可以查看实现的原理-For the serial port to read and write data with program source code, you can view the realization of the principle! ! !
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:140189
    • 提供者:小农民
  1. COM

    0下载:
  2. 一个串口的调试程序,VC++编译通过的。-A serial port debugger, VC++ compiler to pass.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1925931
    • 提供者:cheutscher
  1. MPM(VC)

    0下载:
  2. 通過RS232串口讀取實時大氣壓力的軟件,其中很多控件採用自繪,程序數據處理代碼可能用途不大,但自繪控件大家可以參考學習-Through the RS232 serial port software to read real-time atmospheric pressure, many of which control using self drawn, the program uses data-processing code may not, but since we can draw r
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:88139
    • 提供者:loo
  1. ct

    0下载:
  2. 应用MSCOMM控件编制简单的串口调试助手 程序过程比较简单-vc serial port communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:48538
    • 提供者:
  1. chuankouxianshi

    0下载:
  2. 1、串口控件使用说明 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-1, serial port control instructions of the pro
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:209251
    • 提供者:刘yi
  1. serialport

    0下载:
  2. 深入浅出VC++串口编程.pdf VC + + serial port programming easy to understand. Pdf-VC++ serial port programming easy to understand. Pdf
  3. 所属分类:Com Port

    • 发布日期:2017-05-06
    • 文件大小:1086213
    • 提供者:
  1. xx123

    0下载:
  2. VC++多串口控制解决方案,此源码可用来开发串口程序,简单易用,可以改写-VC++ multi-port control solution, this source can be used to develop serial program, easy to use, can be rewritten
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:473337
    • 提供者:张经
  1. CommMonitor3_setup

    0下载:
  2. vc 编写的串口监视程序,不占用串口资源。-vc serial port monitoring program prepared, do not take the serial port resource.
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1334390
    • 提供者:zhu
  1. VCSerialPort

    0下载:
  2. vc操作串口的适用程序,基于rs232控件,可异步传输,相信对需要者会有所帮助。-vc serial port operation procedures for the application, based on rs232 control, can be asynchronous transmission, I believe will help those in need.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:821885
    • 提供者:gr109
  1. VCchuankoutongxin

    0下载:
  2. 基于vc++串口的开发,详细介绍了其原理以及其实例! 里面为pdf文件。-Vc++ serial port on the development, details of its principles and its practice! Inside the pdf file.
  3. 所属分类:Com Port

    • 发布日期:2017-06-11
    • 文件大小:18131977
    • 提供者:
  1. motor

    2下载:
  2. 电动机控制上位机监控程序,vc界面,通过串口监视电机电压电流转速-Motor Control PC monitoring program, vc interface monitors the motor voltage and current through the serial port speed
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-09-23
    • 文件大小:70469
    • 提供者:田德文
  1. GPS

    0下载:
  2. vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码-vc++ code, tested, thanks. can read the serial port GPS location data, the need for an external GPS receiver con
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:384255
    • 提供者:何伟光
« 1 2 3 4 56 7 8 9 10 ... 22 »
搜珍网 www.dssz.com