-
一个基于msp430单片机的数字滤波器的设计,里面含有用于设计的工具软件...
一个基于msp430单片机的数字滤波器的设计,里面含有用于设计的工具软件
- 2022-03-16 10:54:37下载
- 积分:1
-
51+sl811读写U盘的源程序+原理图。想用51完成U盘读写的网友可参考参考。...
51+sl811读写U盘的源程序+原理图。想用51完成U盘读写的网友可参考参考。-51 sl811 reader of the source disk U+ diagram. With 51 to complete U-reader may refer to the website reference.
- 2023-02-11 14:30:03下载
- 积分:1
-
监视室内温度并获取温度,当温度到达60摄氏度以上即发出警报...
监视室内温度并获取温度,当温度到达60摄氏度以上即发出警报
-Monitor the indoor temperature and obtain the temperature, when the temperature reaches above 60 degrees Celsius that the alarm
- 2022-09-02 12:50:03下载
- 积分:1
-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分:1
-
STM32电路图,有原理图和PCB,稍微处理即可直接去制作。
STM32电路图,有原理图和PCB,稍微处理即可直接去制作。-STM32 circuit, there is schematic and PCB, you can go straight to making a little deal.
- 2022-07-01 15:44:23下载
- 积分:1
-
用交叉串口线连接两块单片机进行双机通信,扫描到有键按下时,键值发送出去,另一块板收到后以0...
用交叉串口线连接两块单片机进行双机通信,扫描到有键按下时,键值发送出去,另一块板收到后以0-F方式显示在数码管上。-With cross-serial cable to connect two pairs of aircraft communications microcontroller to scan that there are key is pressed, the key to send out another one after the board received 0-F are displayed in the digital pipe.
- 2022-06-01 06:33:59下载
- 积分:1
-
很好,AVR 11源码,C语言编程,调试通过
很不错的,AVR单片机的十一个源程序,C语言编程的,经调试通过的-very good, the AVR 11 source, the C programming language, through the debugging
- 2022-01-26 02:21:02下载
- 积分:1
-
拷拷贝到你的Keil安装目录下的c51in文件夹中。
工程文件中需设置一下:
project...
拷拷贝到你的Keil安装目录下的c51in文件夹中。
工程文件中需设置一下:
project->Option for Target Target1
选Debug页
左侧最下面
Dialog Dll
一般是DP51.DLL,不用修改
Parameter
中是
-P51
在其后加入
-dledkey
即该行看起来应该是这样的:
-p51 -dledkey
保存即可
进入调试后,点击:Peripherals,其中多出一个“键盘LED实验仿真板”选择该项即可。-emboss your copy of the Keil installation directory under the decoder bin folder. The project document to be provided as follows : project-gt; Option for Target Target1 election Debug bottom of the left page is generally Dialog Dll DP51.DLL, need not be amended Parameter is- P51 add after-dledkey that the bank should look like this :-p51-can be preserved into dledkey to debug and click : Peripherals, in which more than a "keyboard LED simulation board," which can be chosen.
- 2022-01-25 15:16:05下载
- 积分:1
-
这是一个有关用msc通讯控件,vc编写的上位机通讯程序,有接受和发送两部分...
这是一个有关用msc通讯控件,vc编写的上位机通讯程序,有接受和发送两部分-This is a msc communication with the control, vc prepared PC communication program, has accepted and sent in two parts
- 2022-08-08 03:48:45下载
- 积分:1
-
pic单片机串口通信调试程序,单片机收到上位机命令后发送数据...
pic单片机串口通信调试程序,单片机收到上位机命令后发送数据-Single-chip serial communication pic debugger, single-chip PC orders received after sending data
- 2022-03-04 16:03:43下载
- 积分:1