搜索结果
找到约 1,042 项符合
Tutorial-SERIal 的查询结果
单片机开发 单片机与PC通信实例 功能:从PC机串口端接收13个字节的数据
单片机与PC通信实例
功能:从PC机串口端接收13个字节的数据,然后将接收到的数据加上
"Serial Port OK!"的后缀后,发送给PC作为应答
微处理器开发 Infrared remote decode firmware ,use time measure pulse to decode 1 or 0 this code can decode Nec pr
Infrared remote decode firmware ,use time measure pulse to decode 1 or 0 this code can decode Nec protocal remote controller and than use uart transfer the data to the pc serial port
其他书籍 If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frus
If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the ...
VHDL/FPGA/Verilog -- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right
-- DESCRIPTION : Shift register
-- Type : univ
-- Width : 4
-- Shift direction: right/left (right active high)
--
-- CLK active : high
-- CLR active : high
-- CLR type : synchronous
-- SET active : high
-- SET type : synchronous
-- LOAD active : high
-- CE active : high
-- SERIAL input : SI ...
其他书籍 C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to
C/C++ Reference
There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites:
...
Java编程 sample目录下是例子程序。 1.分组汇总例子 TestGroupReport.java 2.交叉报表例子 TestCrossReport.java 需要使用crossTabSample.x
sample目录下是例子程序。
1.分组汇总例子 TestGroupReport.java
2.交叉报表例子 TestCrossReport.java 需要使用crossTabSample.xml文件。
请修改程序中引用crossTabSample.xml文件的路径。
3.select.jsp和ShowReportServlet.java是将各种格式报表直接输出到浏览器的例子。
将jsp放到web容器(如tomcat)的根目录下,将S ...
串口编程 Data Acquisition Device 数据采集办法 * Module Description组件描述: * Analog Data Acquisition模拟数据采集器组件使
Data Acquisition Device 数据采集办法
* Module Description组件描述:
* Analog Data Acquisition模拟数据采集器组件使用 EE314
* 设备接口通过RS232串行口serial port到PC,同时提供协议protocol支持最多5个对 * 手方频道
VxWorks 本代码应用于串口通信的应用熟悉Tornado的集成开发环境
本代码应用于串口通信的应用熟悉Tornado的集成开发环境,通过CS850(CPU是Motorola的Power PC 850)的SCC(Serial Communication Controller)端口在NMSI方式下实现HDLC(High Data Link Communication)协议的自环通信。
其他 For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately,
For advanced geometry, most apps will prefer to load pre-authored
meshes from a file. Fortunately, when using meshes, D3DX does most of
the work for this, parsing a geometry file and creating vertx buffers
for us. This tutorial shows how to use a D3DXMESH
object, including loading it from a file and ...
单片机开发 常用串行EEPROM的编程应用
常用串行EEPROM的编程应用,SPI总线(Serial Peripheral Interface串行外围设备接口总线)是三线式的串行总线,是由摩托罗拉公司所研发,使用三线进行数据传输,分别是SCK时钟引脚,SI数据输入引脚和SO数据输出引脚。