搜索结果
找到约 27 项符合
Baud 的查询结果
按分类筛选
单片机开发 As mentioned, most computers include a serial port. The only hardware setup required is connecting t
As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or software utilities for communication, and should include ...
单片机开发 自己编写的串口-CAN口的转换程序
自己编写的串口-CAN口的转换程序,已经测试过没有问题!
一.传输数据协议:
1.初始化
初始化波特率(CAN):$BAUD($:起始符;BAUD:波特率标识符;
相应编码:0x24 0x42 0x41 0x55 0x44)
传输ID号设置:$IDERSTD(相应编码:0x24 0x49 0x44 0x45 0x52 0x53 0x54 0x44)
$IDEREXT(相应编码:0x24 0x49 0x4 ...
微处理器开发 RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a
RS232.C was written to provide all of the basic functionality needed
to employ serial I/O in any application written with Borland C
language compilers. Some features are:
1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to ...
单片机开发 Echo a received character, RX ISR used. Normal mode is LPM0. // USART1 RX interrupt triggers TX Ech
Echo a received character, RX ISR used. Normal mode is LPM0.
// USART1 RX interrupt triggers TX Echo.
// Baud rate divider with 1048576hz = 1048576/38400 = ~27.31 (01Bh|03h)
// ACLK = LFXT1 = 32768Hz, MCLK = SMCLK = default DCO = 32 x ACLK = 1048576Hz
// //* An external watch crystal between XIN & X ...
单片机开发 PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def
PC与单片机双向通讯智能温控程序
#include <AT89X51.H>
#include <intrins.h>
#define Key_UP P1_0
#define Key_DOWN P1_1
#define Key_SET P1_2
#define RelayOutPort P2_0
#define LEDPort P0
#define DELPort P2_1
#define LEDTwoC P3_6
#define LEDThreeC P3_7
#define TMPort P2_7
#define INBUF_LEN 5 // ...
其他嵌入式/单片机内容 Software uart using a general purpose io and an external interrupt pin of an atmel uc. half duplex o
Software uart using a general purpose io and an external interrupt pin of an atmel uc. half duplex operation, adjustable baud rate
技术资料 DAC8568驱动程序
This example shows how you can use signal functions in the Visiondebugger to simulate a signal that is coming into one of the analog inputs of the LPC21xx.The Measure example is described in detail in the Getting StartedUser&#39;s Guide.The MEASURE&nbsp; example program is available for several targ ...