Welcome![Sign In][Sign Up]
Location:
Search - Comm

Search list

[CommunicationSercodes_61519312

Description: COMM通信例子,编译通过,没有界面处理。-COMM communications example, compile, no interface processing.
Platform: | Size: 37425 | Author: shen | Hits:

[Com Portmscommbcb

Description: 众所周知,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)
Platform: | Size: 3788 | Author: 贝石皿 | Hits:

[SMSmainfrm

Description: 一个手机短信收发程序使用时需与电脑相连支持usb和comm接口-an SMS transceiver procedures and the need to use computers connected to support USB interface and comm
Platform: | Size: 69517 | Author: 明儿 | Hits:

[Com Portsp--comm

Description: COMM32是一个简单的串口通信控件,提供源码,不存在黑箱。-COMM32 is a simple serial communication control, source code, there is no black box.
Platform: | Size: 26710 | Author: 侯志恒 | Hits:

[Other resourcedigital comm

Description: 世界著名学者PROAKIS<数字通信>第四版上的几个配套matlab例程-world-renowned scholars PROAKIS
Platform: | Size: 1408 | Author: 李钰 | Hits:

[Communication串口通讯JustinIO

Description: using System using System.Runtime.InteropServices namespace JustinIO { ?class CommPort { ??public string PortNum ??public int BaudRate ??public byte ByteSize ??public byte Parity // 0-4=no,odd,even,mark,space ??public byte StopBits // 0,1,2 = 1, 1.5, 2 ??public int ReadTimeout ?? ??//comm port win32 file handle ??private int hComm = -1 ?? ??public bool Opened = false ?? ??//win32 api constants ??? private const uint GENERIC_READ = 0x80000000 ??? private const uint GENERIC_WRITE = 0x40000000 ??? private const int OPEN_EXISTING = 3 ?? ??? private const int INVALID_HANDLE_VALUE = -1 -using System using System.Runtime.InteropServices Namespace JustinIO {? Class CommPort { ? ? Public string PortNum? ? Public int BaudRate? ? Public byte ByteSize? ? Public byte Parity // 0-4=no, odd, even, mark, space? ? Public byte StopBits // 0,,1,2 = 1, 1.5, 2? ? Public int ReadTimeout? ? ? ? //comm port win32 file handle? ? Private int hComm = -1? ? ? ? Public bool Opened = false? ? ? ? //win32 api constants? ? ? Private const uint GENERIC_READ = 0x80000000? ? ? Private const uint GENERIC_WRITE = 0x40000000? ? ? Private const int OPEN_EXISTING = 3? ? ? ? ? Private const int INVALID_HANDLE_VALUE = -1? ?
Platform: | Size: 9142 | Author: liucheng | Hits:

[Com PortComm dll_2004[1][1].6.7

Description: 串口通信,写成dll便于参阅-serial communication, written dll ease of reference
Platform: | Size: 52924 | Author: 刘如铁 | Hits:

[OtherCOM枚举

Description: 使用方法如下: 1、在工程中加入comm.h这个头文件 2、在stdafx.h中加入 #include 3、在聚合类改变方法如下: 原句:public IDispatchImpl 新句:public IDispatchImpl<_EnumColl::CollectionType, &IID_IUsers, &LIBID_TEST07Lib> OK,就这么简单,然后再加入你自己的方法如Add,Delete等即可-use as follows : 1, the works included comm.h the first two documents, in addition stdafx.h # include three in the category change polymerization method is as follows : The original sentence : public IDispatchImpl new sentence : public IDispatchImpllt; _EnumColl : : CollectionType, IID_IUsers , LIBID_TEST07Libgt; OK, so simple, and then join your own methods such as Add, Delete and so on
Platform: | Size: 24381 | Author: pig | Hits:

[TAPITapiComm

Description: The TapiComm sample uses both the Telephony API and the Win32 Communications API to demonstrate one way to implement a very simple TTY application. While the user interface and TTY emulation are very rudimentary, the TAPI and comm modules are fairly complete.
Platform: | Size: 106308 | Author: 杜建强 | Hits:

[Othercomm2.0.3

Description: Comm.jar是Sub实现底层串口操作的API,调用了本地的DLL文件,因为Java本身不具备直接访问硬件设置的能力,都是通过调用本地方法来实现的.可以Java的官方网站下载.下载之后把其中Comm.jar包导入到工程的Classpath中,把另外两个非常重要的文件javax.comm.properties和win32com.dll考贝到你的工程目录下,即java.user下.-Comm.jar is Sub achieve bottom of the serial port operation API, Call the local DLL files, because Java itself does not have direct access to the hardware, are by calling the local approach to achieve. Java can be downloaded from the official website. Download them after making Comm . Pack into the jar works Classpath, another two very important documents and win32c javax.comm.properties om.dll Bedouin to take your project directory, java.user under.
Platform: | Size: 32922 | Author: huaihuai | Hits:

[Other resourcemyisp

Description: SM5964在系统编程的源代码,通过COMM串行口进行程序下载,方便嵌入式系统开发-programming specification of the system's source code through COMM serial port for downloading procedures, facilitate embedded system development
Platform: | Size: 226210 | Author: 严冰之 | Hits:

[JSP/Javacomm.java

Description: 用JAVA写的串行端口发送和接收数据,希望能通过,-using Java to write the serial port to send and receive data and it is hoped that through, thank you
Platform: | Size: 4010 | Author: tony | Hits:

[Other resourcewaiwe-ijiekou

Description: 常用外围接口的程序设计,绝对全面,有AIO,CLK,COMM,DIO,KEY_MN,LCD等-common external interface program design, absolutely comprehensive, AIO, CLK, COMM, DIO, KEY_MN, LCD, etc.
Platform: | Size: 182679 | Author: 王春生 | Hits:

[JSP/JavaCDMA_ModemContrl

Description: 本程序基于长江通信的CDMA1X无线网卡,已经在JBuilder2006上测试并通过,在使用时要注意comm.jar的正确导入。同时,要下载javacomm20-win32.zip包(可用google搜索下载),并做好相关配置。本压缩包中还包含了大量的modem相关资料仅供参考。-procedures based on the Yangtze Communication CDMA1X wireless card, JBuilder2006 in testing, and through, in the use of attention to the correct Comm.jar into. Meanwhile, To download javacomm20 - win32.zip package (available to download google search), and do relevant configuration. The compression package also contains a large number of modem related information for reference purposes only.
Platform: | Size: 1309864 | Author: 王维杰 | Hits:

[Com PortSCommTestcontrol

Description: 用MFC的Comm控件实现串口通信测试,可以向串口发出控制指令,我已经把这个程序用在远程控制云台转动的操作了,希望对大家有帮助-with MFC Comm Serial Communication Control tests to be issued Serial control commands, I have used this procedure in rotating platforms, remote control operation, we hope to help
Platform: | Size: 32501 | Author: 杜莉 | Hits:

[OS Developossystem

Description: 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消费者的同步问题; 5. 实现消息缓冲通信,并于3,4中的简单通信进行比较; 6. 思考:在线程间进行消息缓冲通信时,若对消息队列的访问没有满足互斥要求,情况会怎么样?-DOS-based multi-tasking system in a. C language to complete the creation and thread lift Priority increase as time slice Web algorithm for multiple-thread scheduling; 2. change the timing of the unit size, The results change. Thoughts : Why not films too little time or too much; 3. Assuming two threads to share the same software resources (such as a variable, or a data structure), with record-volume signal to achieve its exclusive interviews. 4. Suppose two threads share a deposit of five integer buffer keep a thread of 1-50 calculating the square, and the results Add buffer, Another constant thread removed from the buffer, and print them out, Please record-volume signal achieve this producers and consumers synchronization; 5. Implementation news buffer communications, and 3, 4 simple comm
Platform: | Size: 4139 | Author: Li | Hits:

[Delphi VCLdel1085345352525

Description: delphi处理插件的一个例子,使用plugins方式,具体看comm代码,包含工程文件-delphi plugins handling of a case, the use of plugins, specific view comm code contains works documents
Platform: | Size: 582332 | Author: cai | Hits:

[Other resourceCSSMastery

Description: The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. http://creativecommons.org/licenses/by-nc-sa/2.5/ You are free: * to copy, distribute, display, and perform the work * to make derivative works Under the following conditions: *Attribution. You must attribute the work in the manner specified by the author or licensor. *Noncommercial. You may not use this work for commercial purposes. *Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. *For any reuse or distribution, you must make clear to others the license terms of this work. *Any of these conditions can be waived if you get permission from the copyright holder. CONTACT ME Please address any questions to info@andybudd.com.-The code, images and designs for this book are released un der a Creative Commons Attribution - NonCommer Reconciliation - ShareAlike 2.5 License. http : / / creativecommons.org / licenses / by-nc-sa / 2.5 / You are free : * to copy, distribute, display, and perform the work * to make derivative works U nder the following conditions : * Attribution. You must attribute the work in th e manner specified by the author or licensor. * N oncommercial. You may not use this work for comm ercial purposes. * Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only unde r a license identical to this one. * For any reuse or distribution. you must make clear to others the license terms o f this work. * Any of these conditions can be waiv ed if you get pe
Platform: | Size: 710779 | Author: 121 | Hits:

[Other resource[____A_Bet185017282005

Description: A really cool shooting game that play in Notepad. More improved and neater than the one I submitted earlier this month. Please comment on it. The controls are simple: Player 1 Move - Left/Right Arrow Keys Shoot - Down Arrow Player 2 Move - (Numpad 6)Right / (Numpad 4)Left Shoot - (Numpad 8)Shoot Remember to comment and vote if possible. -A really cool shooting game that play in Not epad. More improved and neater than the one I sub mitted earlier this month. Please comment on it . The controls are simple : Player 1 Move-Left / Right Arrow Keys Shoot-Dow n Arrow Player 2 Move - (Numpad 6) Right / (Numpad 4) Shoot Left - (Numpad 8) Shoot Remember to comm ent and vote if possible.
Platform: | Size: 5469 | Author: 郭春阳 | Hits:

[CommunicationDataandComputerCommunications_PPT

Description: William Stallings - Data and Computer Communications PPT slides-William __________-Data and Computer Comm unications PPT slides
Platform: | Size: 6412817 | Author: pudn_zhang | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net