-
Modbus C#
对于 C#,Modbus 协议用于 RFID 项目,通过网络处理数据。示例:公共静态字符串 ParseModbusResponsePacket (字节 [] 数据包){试着{int dataLength = 包 [2]-6 ;字节 [] 然后 = 新字节 [dataLength] ;Array.Copy (数据包,9,然后为 0,dataLength) ;字符串数据 = BinaryToString(dataByte) ;返回的数据 ;}捕捉 (ex 的异常){投掷 (ex) ;}}从服务器获取数据并进行分析。
- 2022-09-28 14:35:03下载
- 积分:1
-
altera的ip核,在sopcbuilder中添加后,在niosII IDE中可以轻易实现对dm9000a网卡的控制。...
altera的ip核,在sopcbuilder中添加后,在niosII IDE中可以轻易实现对dm9000a网卡的控制。-altera
- 2022-03-01 08:40:20下载
- 积分:1
-
采用C8051F410设计的一个测试工装,带PCA捕捉输入与AD转换功能通过液晶屏实时显示。...
采用C8051F410设计的一个测试工装,带PCA捕捉输入与AD转换功能通过液晶屏实时显示。-Designed a test using C8051F410 tooling with PCA to capture the input and AD conversion real-time display through the LCD screen.
- 2022-02-21 04:30:47下载
- 积分:1
-
基于fpga的嵌入系统的设计
基于fpga的嵌入系统的设计-they simply based on the embedded system design
- 2023-03-08 08:00:04下载
- 积分:1
-
libopencm3例子
开源CortexM3的等库范例,该libopencm3项目旨在创建一个开源固件库不同的ARM Cortex-M3微控制器。
- 2022-08-22 10:48:47下载
- 积分:1
-
Embedded systems class notes ... use the development version of the Samsung ......
嵌入式系统课堂笔记。。。使用三星的开发版本。。。主要是ARM指令集
- 2023-08-30 01:50:04下载
- 积分:1
-
A Tiny Microcontroller for FPGAs
应用背景Abstract—Leros is a tiny microcontroller that is optimized for
current low-cost FPGAs. Leros is designed with a balanced logic
to on-chip memory relation. The design goal is a microcontroller
that can be clocked in about half of the speed a pipelined on-chip
memory and consuming less than 300 logic cells.
The architecture, which follows from the design goals, is a
pipelined 16-bit accumulator processor. An implementation of
Leros needs at least one on-chip memory block and a few hundred
logic cells.
The application areas of Leros are twofold: First, it can be used
as an intelligent peripheral device for auxiliary functions in an
FPGA based system-on-chip design. Second, the very small size
of Leros makes it an attractive softcore for many-core research
with low-cost FPGAs.关键技术The smallest core is comparable to Leros and can be implemented
- 2023-09-03 01:00:04下载
- 积分:1
-
jffs文件格式说明,嵌入式系统应用很不错呀
jffs文件格式说明,嵌入式系统应用很不错呀--Explain jffs file format. It is good for be used in embedded system.
- 2022-08-08 16:26:43下载
- 积分:1
-
the soft ad in mcu
单片机实现ad转换程序,对广大初学者,比较实用-the soft ad in mcu
- 2022-02-06 15:01:34下载
- 积分:1
-
arm的内部启动代码,用来引导linux操作系统。
arm的内部启动代码,用来引导linux操作系统。-arm" s internal startup code is used to boot linux operating system.
- 2023-03-20 13:30:04下载
- 积分:1