代码搜索:40G通信

找到约 10,000 项符合「40G通信」的源代码

代码结果 10,000
www.eeworm.com/read/350970/10691965

c 自编串口通信.c

#include #define uchar unsigned char #define uint unsigned int uchar date,i; uchar SEG[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x80, 0x90}; uchar baobao[]={'s','o','r','r','
www.eeworm.com/read/350970/10691973

plg 自编串口通信.plg

礦ision3 Build Log Project: D:\例程\自编串口通信\自编串口通信.uv2 Project File Date: 08/19/2008 Output:
www.eeworm.com/read/350970/10691975

hex 自编串口通信.hex

:03000000020003F8 :0C000300787FE4F6D8FD75811902004AF0 :1000E2000A09C0F9A4B0999282F880900613736F3E :0400F200727279307D :1000F700758DFD758BFD758920D28ED2AB7598D81D :04010700E4F5872272 :10010B00AD0
www.eeworm.com/read/350970/10691979

opt 自编串口通信.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/350970/10691985

lst 自编串口通信.lst

C51 COMPILER V8.02 自盻串口通信 08/20/2008 09:33:10 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE 自盻串口通信 OBJECT MODULE PLACED IN 自编串口通信
www.eeworm.com/read/272737/10946237

txt usb通信示例.txt

如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称, 获取句柄以后就可以使用ReadFile/WriteFile进行读写了! 以下是代码,请参考!! // filename是管道名称,如pipe01等 int CUSBImpObject::open_file( char *filename) { int successOpened = 0,i;