搜索资源列表
串口连接程序c语言
- 在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
VC串口通信程序
- 基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习.-NOTE: serial port communication procedure based vc,It can be used to test serialport s connection,and also study source!
delphi串口通讯
- 这是一个用delphi 7.0编写的串口通讯程序。在实际工作中采用rs485连接PC台式机和单片机,用来调试串口设备,并且分析串口通讯数据。
串口连接程序c语言
- 在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
LODIS
- 本人多年前做的一个控制系统项目的程序,连接串口可以和仿真通信,用到了绘图的多个方面,是控制系统上位机编程的很好范例-years ago, I do a project control system procedures, and can connect serial communications simulation, the use of graphics in many areas of PC Control System Prog
c中断方式实现串口通讯
- 串口中断程序,可以连接两台pc,加上无线设备,可实现无线通讯-interrupt procedures, can be connected to two pc, coupled with wireless equipment, wireless communication
siChat
- 该程序演示了如何在windows平台下使用WindowsAPI函数来操作串口,可以用以实现两台PC机之间的实时聊天。(必须连接串口电缆)-the program demonstrated how the Windows platform using Windows API function to operate serial ports, can be used to achieve between two PC real-time c
VC串口通信程序
- 基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习.-NOTE: serial port communication procedure based vc,It can be used to test serialport s connection,and also study source!
PC机串行通信程序设计
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communica
串口连接手机发送短消息的源码
- 利用串口连接手机模块发送短消息的源码 -serial link cell phone use to send Short Message module source code using the Serial Link module phone short message sent FOSS use Serial Link module phone short message sent using the source code con
embededserial
- 与PC机见进行串口通讯连接 串口通信程序 串口通信程序-see and PC serial communications link for serial communication procedures serial communication program
COMControl
- 该程序 实现 串口连接,串口读写操作,希望对做串口程序的人有帮助-Implementation of the procedure to connect serial, serial read and write operations, and they hope to make Serial procedures have to help people
BlueToothDoor
- 在android平台上使用蓝牙SPP协议连接串口蓝牙。该例子能够发送和接受信息(接收信息必须在信息后面加换行符)-android bluetooth SPP Connection .
RS232串口连接
- 上位机(PC机或具有串口的其他控制设备)通过RS232串口连接到本控制板后,向控制板发送一串ASCII代码指令既可控制步进电机的转向、转速、步进量,完全不需了解步进电机及驱动器的工作原理。例如:串口发送"S100",则步进电机将顺时针以每分钟100转的速度旋转,串口发送"N300",则步进电机将逆时针以每分钟300转的速度旋转;串口发送"S100J",则步进电机将顺时针步进10
MF1读写器(MG-500)串口
- RF系列非接触式IC卡读写器是非接触卡读写设备,它由主机、天线、串行接口等组成,通过RS232串行接口能实现同PC机的连接。随机提供的接口函数库可满足用户二次开发的需要;(RF series contactless IC card reader is a contactless card reading and writing device. It consists of a host, an antenna, a serial int
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports
as3-arduino-connector-master
- air 连接串口,可直接添加使用,非常方便(Air connects to the serial port and can be added directly.)
3.USART串口测试
- 使用外设:串口线一跟,通过COM1连接PC ** 实验名:【B】USART_TEST ** keil MDK-ARM Standard Version:V4.22A ** 软件库(keil) Version: V2.0.1 ** 固件库(ST) Version: V *************************************/ /***********************************
串口IAP实验
- 硬件资源: 1,DS0(连接在PF9) 2,串口1(波特率:460800,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 实验现象: 本实验开机的时候先显示
BLE实验:蓝牙串口
- nrf52832 SDK开发的方式,将串口数据通过蓝牙发送。手机与BLE模块建立连接,手机与蓝牙数据互传(Implementing Serial Port Transmission of Bluetooth Slave)