搜索结果
找到约 62 项符合
communicATe 的查询结果
按分类筛选
- 全部分类
- 书籍 (11)
- 单片机编程 (5)
- Java编程 (5)
- 网络 (4)
- 其他 (3)
- 单片机开发 (3)
- 微处理器开发 (3)
- Linux/Unix编程 (2)
- 驱动编程 (2)
- 串口编程 (2)
- 其他书籍 (2)
- 文章/文档 (2)
- VHDL/FPGA/Verilog (2)
- 技术资料 (2)
- C/C++语言编程 (1)
- 接口技术 (1)
- 嵌入式/单片机编程 (1)
- 通讯编程文档 (1)
- Java书籍 (1)
- Windows CE (1)
- 汇编语言 (1)
- USB编程 (1)
- 电子书籍 (1)
- Internet/网络编程 (1)
- 手机短信编程 (1)
- 系统/网络安全 (1)
- 源码 (1)
- VIP专区 (1)
手机短信编程 This is full set of procedures used to communicate with any GSM module for SMS sending/receiving (
This is full set of procedures used to communicate with
any GSM module for SMS sending/receiving (it uses standard AT commands).
Original code is for ATMega162 microcontroller, but code is general to
be easy ported to others platforms.
Code can be compiled with IAR AVR compiler.
文章/文档 SiRF protocol manual for you to communicate with GPS module
SiRF protocol manual for you to communicate with GPS module
VHDL/FPGA/Verilog This tutorial explains how to communicate with IO devices on the DE2 Board and how to deal with inte
This tutorial explains how to communicate with IO devices on the DE2 Board and how to deal with interrupts using C and the Altera Monitor Program. Two example programs are given that diplay the state of the toggle switches on the red LEDs. The &#64257 rst program uses the programmed I/O approach a ...
Java编程 Chat application developed in java to communicate from different systems
Chat application developed in java to communicate from different systems
Java编程 Chat application to communicate between systems. This web based app can be run using Tomcat.
Chat application to communicate between systems. This web based app can be run using Tomcat.
微处理器开发 using LPC2148 to communicate with MMC card
using LPC2148 to communicate with MMC card
VHDL/FPGA/Verilog I2C Controller VHDL used to communicate two devices. In general this communication is used to config
I2C Controller VHDL used to communicate two devices. In general this communication is used to configure some device.
串口编程 This project is a RS232 Controller used to communicate two devices.
This project is a RS232 Controller used to communicate two devices.
微处理器开发 8051 UART firmware communicate with Hyper-Terminal
8051 UART firmware communicate with Hyper-Terminal
其他 To use the MSSP port to communicate with 3-wire devices, the bytes to be output must be aligned
To use the MSSP port to communicate with 3-wire
devices, the bytes to be output must be aligned
such that the LSB of the address is the 8th bit
(LSB) of a byte to be output. From there, the
bits should fill the byte from right to left
consecutively.