搜索资源列表
串行通讯控件
- 本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收与发送缓冲区的设置以及通讯过程中的延时问题的处理等等。-This paper describes the use of communications controls send and receive communications are based on the binary data to achieve, based on the
HIDApi
- USB开发例子可以在其他语言中用API调用,有一个POwerbuilder例子-USB development examples in other languages using API calls, an example POwerbuilder
jz01
- 典型工业控制,c开发的modbus通讯程序,适用于485口,可以给其他同行借鉴!-typical industrial control, the development of the c Modbus communication procedures applicable to 485, to learn from other companies!
SP_sms
- 自己做的,试一试把可以接受短信,发送短信。根据接受内容可以做其他任务问题了-do for myself, try to accept it on SMS, send text messages. According to accept the content can do other tasks problem
USB_CD
- 和老师合作的半成品,不过串口部分已经完好。其他仅是 演示功能-cooperation of the teachers and semi-finished products, but some have serial intact. Other functional demo only
serial1
- 通过串口与手机模块收发短信。已经用sim100测试过,支持8bit,7bit,unicode编码发送接收,软件的其他附属功能已经删除,发送短信的全部功能保留。-through the serial port transceiver module and cell phone text messages. Sim100 has been tested with and support 8 bit, Transfer, unicode coding this reception, Other sof
Comm_Data
- VC++下的多串口通信程序,并具有其他功能-VC + + multi-serial communication program, and has other functions
com_C
- 一个比较好的C语言串口通信的例子,不含有其他病毒。-a fairly good C serial communication example, does not contain other viruses.
omron_serial
- 用vc编的调试omron_PLC的串口通讯程序,也可以用于其他的串口通讯。-vc addendum to the use of debugging omron_PLC Serial communication procedures, but also for other serial communications.
FileSerial
- 一个简单的串口文件发送接受程序。可以调节发送延迟。里面的类可以应用在其他的环境下。A simple program that can send a file through a serial port. The delay and other parameters are changable.-a simple serial port to accept this document procedures. This delay can be adjusted. Inside the class
VC_COMM_tr
- 采用VC编写的串口通信程序,可用于测试串口好坏,或是作为调试其他程序的辅助程序。-prepared by the use of VC serial communication program can be used to test serial quality, Debugging or other procedures as auxiliary procedures.
AccessPort115
- AccessPort115串列阜监控软体,也可以用来测试发送字串档案,功能强大.适用于WINDOWS98/XP/2000系统.站上有其他的版本,而115版以后的便删除WINDOWS98的监控功能,特地上传此版本供WINDOWS98作业系统使用者使用.-AccessPort115 serial mound monitoring software can also be used to test this string files, Powerful. Apply to WINDOWS98/XP/2
pc-rs232-51
- 串口程序使用COM1(程序中可修改为其他串口)实现通过RS-232口发送数据至单片机及通过RS-232口接收单片机数据至电脑,配套使用下位机单片机程序。-use COM1 serial port procedures (procedures can be changed to other serial port) to achieve through the RS-232 Send SCM data to and through the RS-232 receiver SCM data to a
SCommTest
- 可以自己修改及优化的串口程序。你可以自己改作其他串口通讯程序。-can adapt and optimize their Serial procedures. You can, for other serial communication procedure.
2
- 的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+chr($0F)+chr($00)+chr($14) MSComm1.output := str 在CLICK事件中: str := chr($FF)+chr($01)+chr($00)+chr($00)+chr($00)+chr($00)+chr($01) MSComm1
SerialComm
- VC++写的串口通讯的程序,其中的几个串口通讯类可以方便移植到其他需要串口通讯的地方。
VC++serialcommunciation
- VC++ 实现的串行通信。非常的适合用于PC机和单片机等其他下位机的串行通信 欢迎大家下载
serial
- Matlab是常用的演草纸式编程工具,好多非计算机专业的都可以掌握,若能利用它控制实现与单片机、DSP等下位计的通信,则可轻易实现控制与数据的采集,然后利用matlab强大的运算和处理功能进行后继的处理,这样对于研究生作毕业设计非常有利。利用Matlab实现控制串口通信,控制下位机,VC.m是起始界面,其他的为子程序,希望对大家有帮助。
I2C_verilog
- I2C总线是Philips公司推出的双向两线串行通讯标准,具有接口线少、通讯效率高等特点。将I2C总线设计成FPGA内部的模块,可以方便FPGA与其他具有I2C总线的设备通信。
CComCommunication
- 一个C编的串口通信程序(包括原代码),虽然在VC下编译,亦适于其他所有C平台