代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/187125/8854419
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'
'int WINAPI MCServer(int port, const char *qs, int second)
'// int port : 串口号;
'// int second: 等待时间,0为无限等待;
'// return : 0--成功;
'//
www.eeworm.com/read/285106/8869443
c comseries.c
#include
#include
#include "comseries.h"
HANDLE hComm;
//用来存放当前的串口的数据,来返回
unsigned char* curentBufferData;
BYTE dataset[1024];
OVERLAPPED osWrite = {0};//重叠方式
INT OpenC
www.eeworm.com/read/284794/8897685
htm 888.htm
Static Call Graph - [C:\Documents and Settings\jiangxiang\桌面\LPC2131KEIL例程\串口\888.axf]
www.eeworm.com/read/186668/8919550
desktop gserial.desktop
[Desktop Entry]
Version=0.1
Encoding=UTF-8
Name=gserial
Name[zh_CN]=串口调试器
Comment=Serial Debug
Exec=gserial
Terminal=false
Type=Application
Icon=gserial.png
Categories=GNOME;Application;Development;
S
www.eeworm.com/read/427715/8924752
c main.c
/*Main.c*/
/*串口发送与中断接收程序,波特率设置为9600*/
#include "register.h"
void inline disable()
{
asm("setc INTM");
asm("setc SXM");
}
void inline enable()
{
asm("clrc INTM");
}
main()
{
disable
www.eeworm.com/read/284300/8948089
dfm main.dfm
object Form1: TForm1
Left = 523
Top = 127
Width = 584
Height = 447
Caption = '串口调试工具'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/284300/8948105
~dfm main.~dfm
object Form1: TForm1
Left = 523
Top = 127
Width = 584
Height = 447
Caption = '串口调试工具'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/382663/9006556
htm 888.htm
Static Call Graph - [C:\Documents and Settings\jiangxiang\桌面\LPC2131KEIL例程\串口\888.axf]
www.eeworm.com/read/282312/9102510
c cd4094.c
/* 本程序意在通过串口控制4094,使八路发光管组合输出128种状态*/
#include "STC89C51.h"
#include "init.h"
#define uch unsigned char
#define TRU
www.eeworm.com/read/180159/9317611
bas var.bas
Attribute VB_Name = "var"
Public glIcdev As Long '全局串口句柄
Public giRet As Integer '全局函数返回值
Public gsErrHint As String '全局错误提示
Public gbInput(200) As Byte '全局指令字节存储变量
Public gbOutpu