-
裸机 基于uip的tcp和串口之间的数据传输
在lpc1758上面进行uip的移植,移植后实现了tcp和uart的传输,pc机上对串口输入数据,则pc机上的网络端收到串口传输的数据,传输的时间是每0.5s一次,每次传输后对串口的缓存进行清零。
- 2022-02-04 15:41:49下载
- 积分:1
-
prepared by the DSP
基于DSP编写的DS18B20的驱动程序-prepared by the DSP-based drivers DS18B20
- 2022-02-15 11:16:11下载
- 积分:1
-
This is in the embedded development system used on LCD to VGA signal converter c...
这是在嵌入式开发系统上使用的LCD到VGA信号转换芯片的Datasheet-This is in the embedded development system used on LCD to VGA signal converter chip Datasheet
- 2023-08-20 23:15:04下载
- 积分:1
-
wdm format drives two code examples
wdm格式的驱动例子代码2-wdm format drives two code examples
- 2022-09-27 14:45:03下载
- 积分:1
-
ATJ2091N 54版源程序
ATJ2091N 54版源程序-Source version of ATJ2091N 54
- 2022-01-22 13:56:41下载
- 积分:1
-
magic rabbit的iepro magic rabbit的iepro
magic rabbit的iepro magic rabbit的iepro-magic rabbit s iepro magic rabbit s iepro
- 2022-10-19 06:40:03下载
- 积分:1
-
This is our company are using the full digital display procedures, using C langu...
这是我们公司正在使用的满位显示屏程序,用C语言编写,里面有I2C总线技术,控制数码管显示技术..在现代停车场用来指示车库的剩余车位非常的实用-This is our company are using the full digital display procedures, using C language, there are I2C bus technology, control digital tube display technology .. in the modern car park used to indicate the remainder of the garage parking spaces are very practical
- 2023-08-22 17:50:02下载
- 积分:1
-
继电器控制
通过按键实现继电器的开和关并在数码管上显示ON和OFF
- 2022-05-01 02:41:26下载
- 积分:1
-
C8051F系列单片机开发与C语言编程,文件夹中为各章节的程序代码,均在作者的目标板上(自行开发)调试通过,以确保程序正确。
Keil C
C8051F系列单片机开发与C语言编程,文件夹中为各章节的程序代码,均在作者的目标板上(自行开发)调试通过,以确保程序正确。
Keil C对中文文件、目录以及空格等可能无法编译连接,所以若要正确调试,须确保所有文件、目录为连续英文名或数字。
这些程序应用到其他C8051Fxxx系列单片机时,要确保各个操作寄存器的名称、地址与各个控制位相一致,否则需要修改。很多寄存器位的位置并不相同,所以移植程序时,使用者要参考F040寄存器和移植对象单片机的寄存器,以确保正确操作。
-C8051F MCU Development and C language programming, folders for each chapter of the program code, are in the author
- 2022-04-16 22:34:53下载
- 积分:1
-
STM8-USB源代码
应用背景USB是串口通信协议,现在已经非常广泛应用,每个pc机都有USB借口。stm8-usb可用在电脑USB借口上,降低成本,减少开发时间。是单片机爱好者最好的练手代码。关键技术stm8-usb下载编译后就能运行,里面代码全面,可根据需要自己改编。
extern void usb_tx(void);
uint8_t usb_rx_buffer[16];
uint8_t * usb_tx_buffer_pointer;
uint8_t usb_tx_count;
uint8_t usb_rx_count;
函数可直接调用
- 2022-09-20 06:15:02下载
- 积分:1