Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - main.c
Search - main.c - List
众所周知,C++Builder本身并不提供串行通讯控件MSComm,但我们却可以通过注册后直接使用它。启动C++Builder5.0后,然后选择C++Builder主菜单中的Component菜单项,单击Import Active Control命令,弹出Import Active窗口,选择Microsoft Comm Control6.0,再选择Install按钮执行安装命令,系统将自动进行编译,编译完成后即完成MSComm控件在C++Builder中的注册,系统默认安装在控件板的Active页,接下来我们就可以像使用C++Builder本身提供的控件那样使用新注册的MSComm控件了。(前提条件是你的机子上安装了Visual Basic,或者有它的库) -known, C Builder itself does not provide serial communication MSComm control, but we can be registered directly use it. Activated C Builder5.0, then select C Builder main menu of Component menu item, click Import Active Control Order Import Active pop-up window, select the Microsoft Comm Control6.0 and choose Install button to install the implementation of orders, the system will automatically build, compile completed MSComm be completed in the C Builder registration, the system's default installation of the control board's Active pages, we can then use as C Builder itself as the control of the use of the new registration of MSComm. (Prerequisite is the machine you installed Visual Basic, or the library)
Date : 2008-10-13 Size : 3.7kb User : 贝石皿

// dianbiao645.h : main header file for the DIANBIAO645 application // #if !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_) #define AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols struct comm { char status,orde[3],address[7],len; unsigned char crc_r,crc_t,flag; }; extern struct comm comm2; extern char zong[15],gu[15],ping[15]; ///////////////////////////////////////////////////////////////////////////// // CDianbiao645App: // See dianbiao645.cpp for the implementation of this class // class CDianbiao645App : public CWinApp { public: CDianbiao645App(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDianbiao645App) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CDianbiao645App) // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_)
Date : 2009-11-25 Size : 343.78kb User : 459777329@qq.com

众所周知,C++Builder本身并不提供串行通讯控件MSComm,但我们却可以通过注册后直接使用它。启动C++Builder5.0后,然后选择C++Builder主菜单中的Component菜单项,单击Import Active Control命令,弹出Import Active窗口,选择Microsoft Comm Control6.0,再选择Install按钮执行安装命令,系统将自动进行编译,编译完成后即完成MSComm控件在C++Builder中的注册,系统默认安装在控件板的Active页,接下来我们就可以像使用C++Builder本身提供的控件那样使用新注册的MSComm控件了。(前提条件是你的机子上安装了Visual Basic,或者有它的库) -known, C Builder itself does not provide serial communication MSComm control, but we can be registered directly use it. Activated C Builder5.0, then select C Builder main menu of Component menu item, click Import Active Control Order Import Active pop-up window, select the Microsoft Comm Control6.0 and choose Install button to install the implementation of orders, the system will automatically build, compile completed MSComm be completed in the C Builder registration, the system's default installation of the control board's Active pages, we can then use as C Builder itself as the control of the use of the new registration of MSComm. (Prerequisite is the machine you installed Visual Basic, or the library)
Date : 2025-12-19 Size : 3kb User :

串口调试程序的源代码,主要实现VC的串口调试,使用MSCOM控件。-Serial debugger source code, the main achieve VC serial debugging, use MSCOM control.
Date : 2025-12-19 Size : 2.2mb User : 程世鹏

应用程序向导已为您创建了此 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.
Date : 2025-12-19 Size : 800kb User : wangdenuan

Visual C++提供了一种好用的ActiveX控件Microsoft Communications Control(即MSComm)来支持应用程序对串口的访问。本文介绍MSComm在VC++的添加使用实例及给出了mscomm.h头文件主要代码关键部分的注释。-Visual C++ Provides an easy-to-use ActiveX control Microsoft Communications Control (ie MSComm) to support the application of the serial port visit. This article describes the MSComm in VC++ Add the use of examples and gives the header file mscomm.h key part of the main code of the Notes.
Date : 2025-12-19 Size : 224kb User : Wuxinmin

DL : 0
串口通信控制数字电视模块 C源代码,谢谢!-Serial communication control digital TV module C source code, thank you!
Date : 2025-12-19 Size : 4kb User : 吴浩男

DL : 0
基于Modbus_RTU_RS485的通信实现(main.c)-Modbus_RTU_RS485-based communications to achieve (main.c)
Date : 2025-12-19 Size : 2kb User : lyb roy

DL : 0
usb通讯程序,用c语言实现,简单易懂,看完以后马上就能写出你自己的程序-USB program,c language realization,
Date : 2025-12-19 Size : 1kb User : lhf

用双线程实现在串口中的发送与接收!并在同一输出窗口输出!说明:要根据自己电脑的串口号更改main.c里打开的串口号!-Serial double thread achieve the send and receive! And at the same output window output! Note: according to their own computer to change the serial number serial number main.c in the open!
Date : 2025-12-19 Size : 7kb User : wangliang

DL : 0
一个用于串口通讯的C++类源代码,使用了线程。-This class can read, write and watch one serial port. It sends messages to its owner when something happends on the port The class creates a thread for reading and writing so the main program is not blocked.
Date : 2025-12-19 Size : 7kb User : zjh

DL : 0
关于光模块的自动接收平台,用在C++builder中-Automatic optical module receiving platform, used in C++builder in
Date : 2025-12-19 Size : 12kb User : 刘洋

DL : 0
这是一个基于单片机的keil C程序,主要实现功能是完成AD转换-Which is keil C program based on single chip, the main functions is to complete the AD converter
Date : 2025-12-19 Size : 1kb User : 徐秋莲

DL : 0
C编写的基于DSP的简单串口通讯程序,C编写的基于DSP的简单串口通讯程序-Written in C, DSP-based serial communication simple main program
Date : 2025-12-19 Size : 271kb User : 李秦风

DL : 0
用单片机C写一程序,主要功能就是单片机接收到计算机发送过来的特定信息(计算机不断的发送信息)后,单片机再发信息给计算机。-Write a C program MCU, the main function is the MCU receives the computer sent specific information after constantly send information (computer), single chip microcomputer to send information to a computer.
Date : 2025-12-19 Size : 192kb User : jaydon

该代码是通过C#程序写成的,主要使用的是串口通讯-The code is written in C# through the program, the main use of serial communication
Date : 2025-12-19 Size : 45kb User : 王景

DL : 0
作比赛写的NRF24通信模块程序C语言版,供初学者参考(It was written for a mobile robot during a electronic competition.It can control the MSP430 to communicate with other NRF24s. It is useful for primary learners in communication and C.)
Date : 2025-12-19 Size : 1kb User : 空山泉鸣

实现串口的主程序,其他的功能可以百度,简单明了。(Serial port to achieve the main program, and other functions can be Baidu, simple and clear.)
Date : 2025-12-19 Size : 1kb User : 刀子
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.