搜索结果

找到约 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 ...
https://www.eeworm.com/dl/648/300925.html
下载: 163
查看: 1053

单片机开发 自己编写的串口-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 ...
https://www.eeworm.com/dl/648/310616.html
下载: 135
查看: 1045

微处理器开发 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 ...
https://www.eeworm.com/dl/655/337178.html
下载: 62
查看: 1075

单片机开发 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 ...
https://www.eeworm.com/dl/648/361145.html
下载: 88
查看: 1067

单片机开发 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 // ...
https://www.eeworm.com/dl/648/397163.html
下载: 61
查看: 1075

其他嵌入式/单片机内容 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
https://www.eeworm.com/dl/687/442732.html
下载: 35
查看: 1046

技术资料 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's Guide.The MEASURE  example program is available for several targ ...
https://www.eeworm.com/dl/837298.html
下载: 3
查看: 7830