Welcome![Sign In][Sign Up]
Location:
Search - serialport.cpp

Search list

[Communication-MobileSerialDotNet2

Description: 原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。 鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。 由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。 本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。
Platform: | Size: 26948 | Author: 何辉 | Hits:

[Other resourceSerialwince

Description: 下午编译了这个串口调试助手,觉得非常不错,绝对免调试可编译通过跑在板子上!个人修改下里面的函数就可以达到自动控制目的,也可以编译成PC版程序用于桌面串口工控.相关文档 PSerialPort.cpp SerialPort.cpp SerialPortDlg.cpp SetupDlg.c
Platform: | Size: 60105 | Author: lzy | Hits:

[Communication-MobileSerialDotNet2

Description: 原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。 鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。 由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。 本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。
Platform: | Size: 61440 | Author: 何辉 | Hits:

[Windows CESerialwince

Description: 下午编译了这个串口调试助手,觉得非常不错,绝对免调试可编译通过跑在板子上!个人修改下里面的函数就可以达到自动控制目的,也可以编译成PC版程序用于桌面串口工控.相关文档 PSerialPort.cpp SerialPort.cpp SerialPortDlg.cpp SetupDlg.c-Afternoon compile the serial debugging assistants feel very good, absolutely free debugging can be compiled to run in the board on through! Individuals under modified inside a function to achieve automatic control purposes, can also be compiled into a program for the desktop PC version serial works control. PSerialPort.cppSerialPort.cppSerialPortDlg.cppSetupDlg.c relevant documents
Platform: | Size: 59392 | Author: lzy | Hits:

[Com PortMidapexsoft.IO.SerialPort

Description: 应用程序向导已为您创建了此 Midapexsoft.IO.SerialPort DLL。 本文件概要介绍组成 Midapexsoft.IO.SerialPort 应用程序的每个文件的内容。 Midapexsoft.IO.SerialPort.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Midapexsoft.IO.SerialPort.cpp 这是主 DLL 源文件。 Midapexsoft.IO.SerialPort.h 此文件包含类声明。 AssemblyInfo.cpp 包含用于修改程序集元数据的自定义属性。-Application Wizard has been created for you this Midapexsoft.IO.SerialPort DLL. This document outlines the composition of applications Midapexsoft.IO.SerialPort the contents of each file. This is the use of Midapexsoft.IO.SerialPort.vcproj AppWizard generated VC++ Project the main project document. It contains the document to generate Visual C++ s Version information, as well as the use of Application Wizard to choose the platform, configuration and project features. Midapexsoft.IO.SerialPort.cpp This is the main DLL source file. Midapexsoft.IO.SerialPort.h This file contains the class declaration. AssemblyInfo.cpp contains an amendment to the procedure used to set custom metadata attributes.
Platform: | Size: 819200 | Author: wangdenuan | Hits:

[Communicationfudai

Description: 包含了.h头文件和.cpp文件 Cserialport类-Contains. H header file and the. Cpp file type Cserialport
Platform: | Size: 7026688 | Author: wangdenuan | Hits:

[Windows CESerial_and_gprs_xp_WINCE

Description: 文件说明: 1 XP/2000 下异步方式串口类 SerialPort.h SerialPort.cpp 2 WinCE 下 同步方式串口类(本为阻塞方式,但读写都用了独立的线程,妙哉!) CESeries.h CESeries.cpp 3兼容 WinCE , XP/2000 平台的串口类,同步方式 TSerial.h TSerial.cpp 4 工程 Wince 下串口程序 基于 CTSerial 的 WinCE 下串口收发程序 5 工程 xp_2000 下串口程序 基于 CTSerial 的 PC 平台下串口收发程序 6 gprs class 目录 xp/2000 WinCE 下均兼容的gprs 串口通信类,只实现短信text模式的发送 和短信的接收, 另有windows 下和 WinCe 下应用本类的实例-Document Description: 1 XP/2000 under the category of asynchronous serial SerialPort.h SerialPort.cpp 2 WinCE under the category of synchronous serial mode (in this way for the obstruction, but the reading and writing are an independent thread,妙哉!) CESeries . h CESeries.cpp 3 compatible with WinCE, XP/2000 platform serial port class, synchronous manner TSerial.h TSerial.cpp 4 works under Wince serial procedures CTSerial of WinCE-based serial transceiver procedures under 5 serial procedures under the project based on xp_2000 CTSerial under the serial port of the PC platform to send and receive procedures 6 gprs class directory under xp/2000 WinCE compatible gprs serial communication class, only text mode implementation of the message sending and message reception, and another under windows and under WinCE application of this type of Examples
Platform: | Size: 259072 | Author: 虎成 | Hits:

[CommunicationSerialPort20100619220756

Description: 这是serialport源代码 可以直接调用包括.h头文件和.cpp文件 在用串口类编程时很有用-This is the source code can directly call serialport include. H header files and. Cpp file with the serial type of programming is useful when
Platform: | Size: 7168 | Author: 袁建超 | Hits:

[Communicationthe-easiest-serialport

Description: 最简单的串口收发程序,全部用VC++实现,对初学VC串口通信的朋友有很大帮助,提供全部源代码,提供串口类的.CPP和.H文件。-The simplest procedure serial transceivers, all with VC++ implementation of serial communication beginner VC friend of great help, providing all the source code, to provide serial port class. CPP and. H files.
Platform: | Size: 3275776 | Author: jim | Hits:

[Com PortSerialPort

Description: 此为SerialPort.h,SerialPort.cpp文件,转载自他人-This is SerialPort.h, SerialPort.cpp document, reproduced from the others
Platform: | Size: 7168 | Author: Devon.S | Hits:

[CommunicationSerialPort

Description: Visual C++串口通信编程 头文件和cpp文件-Visual C++ serial communication programming header files and cpp file
Platform: | Size: 7168 | Author: dongbin | Hits:

[Com PortSerialPort-CPP

Description: 深入浅出VC++串口编程之短信应用开发,适合广大的串口编程者参考。-SerialPort programe
Platform: | Size: 34816 | Author: youlong | Hits:

[CommunicationCSerialPort

Description: SerialPort串口通讯的类文件,含.h和.cpp文件,有详细的代码注释说明,亲测可用。-SerialPort SerialPort.h SerialPort.cpp
Platform: | Size: 7168 | Author: liang | Hits:

CodeBus www.codebus.net