-
一个微型的tcp栈实现,可以作为嵌入式应用。
一个微型的tcp栈实现,可以作为嵌入式应用。-The realization of a mini tcp stack, it may be used in Embedded application.
- 2022-02-01 16:10:53下载
- 积分:1
-
C语言开发的数字钟程序,希望对大家有用!真是第二个文件!...
C语言开发的数字钟程序,希望对大家有用!真是第二个文件!-development of the C language digital clock procedures in the hope that it may be useful right! The second document is!
- 2022-03-19 11:58:08下载
- 积分:1
-
Delphi Modbus 主站控件
Delphi Modbus 主站控件,使用TCPCLient 用康海串口服务器通讯,下位机接到串口服务器串口上,用Modbus协议通讯。-Delphi Modbus master control, the use of TCPCLient Kang Hai serial server with the Communication, under the crew received a serial port server serial port, and with the Modbus protocol communications.
- 2022-05-20 17:13:13下载
- 积分:1
-
Motorola chip interface development process compilation of examples of procedure...
Motorola 芯片接口开发程序例子的汇编程序。-Motorola chip interface development process compilation of examples of procedures.
- 2022-12-03 07:50:04下载
- 积分:1
-
奔腾
奔腾-486处理器指令集手册,用于基本的嵌入式编程或者底层编程--486 Pentium Processor Instruction Set Manual for the basic underlying programming or embedded programming
- 2022-03-13 09:58:18下载
- 积分:1
-
第二程序arm9.2!!!!!!!!!!!
ARM9.2的第二个程序-The second procedure ARM9.2! ! ! ! ! ! ! ! ! ! !
- 2022-04-19 02:52:51下载
- 积分:1
-
基于ALTERA公司的DE2的LCD显示程序,一起学习.非常好的资料,也非常难得.是我参加培训时所得...
基于ALTERA公司的DE2的LCD显示程序,一起学习.非常好的资料,也非常难得.是我参加培训时所得-the DE2 LCD display program, learning together. Very good information, and they are extremely rare. I receive training
- 2022-12-31 04:15:03下载
- 积分:1
-
富士通单片机
富士通单片机串口与CAN总线通信程序,单片机的类型为MB96F313,晶振选择类型需修改,嵌入式应用程序
- 2022-04-19 17:54:13下载
- 积分:1
-
选时多功能操作洗衣机
基于lpc1100系列开发板的设计,代码使用c语言设计,实现洗衣机选时、多样式功能实现功能操作,有电源控制,时间的多种选择配对不同标准衣服的洗涤,同时在脱水用时也根据不同标准衣服所用时间来决定用时的不同。
- 2022-01-21 20:41:12下载
- 积分: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