-
传感器采样电路。该硬件电路在实际电路中已经实现
传感器采样电路。该硬件电路在实际电路中已经实现-Sensor sampling circuit. The hardware circuits in the actual circuit has been achieved
- 2022-03-10 16:42:00下载
- 积分:1
-
Silicon 8051F310 dual serial simulation program source code
Silicon 8051F310双串口模拟程序源代码-Silicon 8051F310 dual serial simulation program source code
- 2022-05-22 22:51:36下载
- 积分:1
-
ST736单片机,驱动液晶芯片HT1623
ST736单片机,驱动液晶芯片HT1623-ST736 MCU, LCD driver chip HT1623
- 2022-04-24 09:34:18下载
- 积分:1
-
上传资料的详细功能、包含内容说明,关于16877单片机的使用
上传资料的详细功能、包含内容说明,关于16877单片机的使用-Upload a detailed features, including the content description, with regard to the use of microcontroller 16877
- 2022-11-23 12:45:03下载
- 积分:1
-
单片机串口程序,有一定的难度,适合串口使用比较熟练的人...
单片机串口程序,有一定的难度,适合串口使用比较熟练的人-Single-chip serial procedures, have a certain degree of difficulty, suitable for serial use more skilled people
- 2022-04-12 15:09:11下载
- 积分:1
-
1602液晶显示程序,适用于电子初学者,控制方面的内容很容易理解的...
1602液晶显示程序,适用于电子初学者,控制方面的内容很容易理解的-1602 LCD procedures applicable to electronic for beginners, control the content easy to understand
- 2022-06-11 15:58:32下载
- 积分:1
-
串口通信,单片机识别窗口之间通信,使用的是STI51
串口通信,单片机识别窗口之间通信,使用的是STI51-Serial communications, single-chip communication between the identification window, using STI51
- 2022-01-21 23:25:10下载
- 积分:1
-
老外做的软件实现DTMF
老外做的软件实现DTMF-foreigner Software DTMF
- 2022-03-14 19:38:24下载
- 积分: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
-
步进电机单片机驱动程序
步进电机单片机驱动程序-stepping motor driver program
- 2022-03-24 22:26:36下载
- 积分:1