搜索资源列表
ReadGPS
- 用C#写的一个操作gps的程序,可以调用google map,主要使用串口传输数据
modbus-tcp.rar
- 是一个c#串口通讯程序,很好的实现数据传输,Is a c# Serial communication program, data transmission to achieve very good
Prima.Comm
- wince下串口蓝牙测试用软件,可以用于扩展等,实现发送传输数据功能。-wince Serial Bluetooth test software can be used for expansion, etc., send transmit data function.
Stop_Wait_RS232
- 使用C#语言,利用RS_232串口标准和停等协议传输数据文件和图片-C# ,use RS_232 and Stop-Wait protocol to transmit data such as documents and pictures
UART
- c8051f330串口调试程序,采用8位数据传输~-c8051f330 serial debugger, using 8-bit data transfer ~
Nutrition-analysis-software
- 用vb实现了从下位机通过串口传输数据到上位机,将受到的数据解包,处理后做出图出来。-Using vb to achieve from the machine through a serial port to transfer data to PC, data will be unpacked, to figure out after processing.
SensorDataCollection-
- 波形显示程序,读取串口数据,并以波形的形式显示出来,串口数据的传输频率为100Hz,数据格式在代码中可以看到-Waveform display program, read the serial data, and the form of the waveform display, serial data transmission frequency is 100Hz, the data format can be seen in the code
wsdjc
- 温度检测(上位机部分)通过串口通信和客户端实现数据传输-Temperature detection (PC part) and the client via the serial communication data transmission
communication
- 串口通信是指外设和计算机间,通过数据信号线 、地线、控制线等,按位进行传输数据的一种通讯方式。-Refers to the peripherals and computer serial communication between, through the data signal wire, ground wire, line, etc., according to a data transmission of a way of communication.
MyCE6-master
- 在VS2008上,使用wince6模拟器进行手持设备的开发,用蓝牙进行数据传输,使用串口控件进行数据的交互-In VS2008, developed using wince6 simulator for handheld devices, data transmission with Bluetooth, using the serial control data interaction
chuankouzhushou
- 自己设计的一个串口传输数据模型,可以实现简单的串口传输功能。-A serial transmission of data models of their own design, can achieve a simple serial transmission.
SerialPort
- 串口接收单片机传输的数据,L类似于串口助手-Microcontroller serial port to receive data transmission
WindowsFormsApplication1
- POST方法接口传输,用来接口调用,数据串口,短信对接-POST u65B9 u6CD5 u63A5 u53E3 u4F20 u8F93
串口助手
- C#代码实现简单的串口通信,可与下位机进行数据传输(C# code realizes simple serial communication, and data transmission can be carried out with the lower computer)
RecData
- 多串口采集数据存储数据库。线程同步和异步传输。(Multi-serial port data acquisition)
C#串口通讯
- 用于与下位机进行串口通讯,RS-232这种适配于上位机和PC端进行连接,RS-232只限于PC串口和设备间点对点的通信。它很简单的就可以进行连接,由于串口通讯是异步的,也就是说你可以同时向两端或者更多进行数据发送,它们之间的传输数据类型是byte,串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。