搜索资源列表
Serial-debugging
- delphi版的串口调试软件源码 SPCOMM使用方法 1.设置参数: CommName := Com1 //串口 BaudRate := 9600 //波特率 2.打开 StartComm() 3.写数据 WriteCommData(缓冲区地址,字节数) 读数据 OnReceiveData(数据接收处理); 4.关闭 StopComm()。-delphi source code version of the serial debugging software
TSMSComm_v3.0
- 1.属性 CommName:填写COM1,COM2…等串口的名字,在打开串口前,必须填写好此值。 BaudRate:设定波特率9600,4800等,根据实际需要来定,在串口打开后也可更改波特率,实际波特率随之更改。 ParityCheck:奇偶校验。 ByteSize:字节长度_5,_6,_7,_8等,根据实际情况设定。 Parity:奇偶校验位 pBits:停止位 SendDataEmpty:这是一个布尔属性,为true时
TestCom
- 测试串口通信,COM1口等,串行通信,232 -Testing serial communication, COM1 port, etc., serial communications, 232
Modem-Test-1
- 通过com1端口与modem通信,记录来往通讯信息。-Through the com1 port and modem communications, records and from the communication information.
Delphi_api_COM1
- Delphi直接调用API编写的高效率的串口测试程序。-Delphi to directly call API written test procedures and efficient port.
9-LED8N delphi
- LED客户显示屏源码,代码完整可直接调用,端口设置为COM1(LED client display source code, complete code can be called directly, the port is set to COM1)
