代码搜索:RS编码
找到约 10,000 项符合「RS编码」的源代码
代码结果 10,000
www.eeworm.com/read/156372/11807919
bak rs485_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
www.eeworm.com/read/259096/11820873
txt registry setting for rs232.txt
registerity setting for RS232
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"DriverName"="Touchp.dll"
"CalibrationData"="102,102 1945,102 1945,1945 102,1945"
"COMM"="COM1:"
"BCLEFT"=dword:64
"
www.eeworm.com/read/259096/11820878
txt registry setting for rs232.txt
registerity setting for RS232
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"DriverName"="Touchp.dll"
"CalibrationData"="102,102 1945,102 1945,1945 102,1945"
"COMM"="COM1:"
"BCLEFT"=dword:64
"
www.eeworm.com/read/259096/11820882
txt registry setting for rs232.txt
registerity setting for RS232
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"DriverName"="Touchp.dll"
"CalibrationData"="102,102 1945,102 1945,1945 102,1945"
"COMM"="COM1:"
"BCLEFT"=dword:64
"
www.eeworm.com/read/156140/11824948
h rs232x4.h
#if !defined( _RS232X4_H )
#define _RS232X4_H
#define COM1 0
#define COM2 1
#define COM3 2
#define COM4 3
// BaudIdx = 1: 115.2kbps
// BaudIdx = 2: 57.6kbps
// BaudIdx = 3: 38.4kbps
www.eeworm.com/read/156140/11824950
cpp rs232x4.cpp
#include
#include "rs232x4.h"
#ifdef __cplusplus
#define __CPPARGS ...
#else
#define __CPPARGS
#endif
#define THR 0
#define RDR 0
#define BRDL 0
#define BRDH 1
#define I
www.eeworm.com/read/156140/11824955
h rs232x4.h
#if !defined( _RS232X4_H )
#define _RS232X4_H
#define COM1 0
#define COM2 1
#define COM3 2
#define COM4 3
// BaudIdx = 1: 115.2kbps
// BaudIdx = 2: 57.6kbps
// BaudIdx = 3: 38.4kbps
www.eeworm.com/read/156140/11824956
cpp rs232x4.cpp
#include
#include "rs232x4.h"
#ifdef __cplusplus
#define __CPPARGS ...
#else
#define __CPPARGS
#endif
#define THR 0
#define RDR 0
#define BRDL 0
#define BRDH 1
#define I
www.eeworm.com/read/258918/11832567
txt try-rs232vb.txt
基于RS-232的VB通讯程序
Public bytreceivebyte() As Byte
Public intreceivelen As Integer
Public intput As Integer
Public strset As String
Public inttime As Integer
Public blnautosendflag As Boo