富士通单片机MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at Port P47..P40 (UserLEDs of FlashCan100P) and will send out again as BYTE-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
标签: will Repeater Received Project
上传时间: 2016-04-27
上传用户:www240697738
富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A falling edge on INTx will toggle PDR4_P4x in order to toggle the LEDx of the Flash-CAN-100P Board e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P) and will send out again as BYTE-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
标签: Interrupt-Pins external Project enabled
上传时间: 2016-04-27
上传用户:waizhang
CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() BYTE[] b = new BYTE[] { // (BYTE) 0xF0,(BYTE)0xF0,(BYTE)0xF0,(BYTE)0x72 (BYTE) 0x2C, (BYTE) 0x00, (BYTE) 0xFF, (BYTE) 0xFE, (BYTE) 0xFE, (BYTE) 0x04, (BYTE) 0x00, (BYTE) 0x00, (BYTE) 0x00, (BYTE) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length))
上传时间: 2014-12-20
上传用户:ve3344
//按柱面和磁道来读取磁盘数据,要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As BYTE) As Boolean
标签: ByVal Long Cylinders Function
上传时间: 2014-01-13
上传用户:zxc23456789
测试SPI接口,串口调试助手发1个BYTE数据,通过SPI写到DATAFLASH,再从DATAFLASH读出,反馈到串口调试助手显示。
上传时间: 2016-06-13
上传用户:坏坏的华仔
开发环境:ADS。测试IIC接口,串口调试助手发1个BYTE数据,通过IIC写到EEPROM,再从EEPROM读出,反馈到串口调试助手显示。IIC通信速率330000bps。
上传时间: 2013-12-09
上传用户:qunquan
很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getBYTE(void) 从接收缓冲区取一个BYTE,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putBYTE(char c) 放入一个字节到发送缓冲区 putBYTEs(unsigned char *outplace,j) 放一串数据到发送缓冲区,自定义长度 putstring(unsigned char code *puts) 发送一个定义在程序存储区的字符串到串口 puthex(unsigned char c) 发送一个字节的hex码,分成两个字节发。 putchar(uchar c,uchar j) 输出一个无符号字符数的十进制表示,必须标示小数点的位置,自动删除前面无用的零 putint(uint ui,uchar j) 输出一个无符号整型数的十进制表示,必须标示小数点的位置,自动删除前面无用的零 delay(unsigned char d) 延时n x 100ns putinbuf(uchar c) 人工输入一个字符到输入缓冲区 CR 发送一个回车换行
上传时间: 2016-06-13
上传用户:epson850
crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of BYTE paralle crc. CRC16_D8_m_tb.v is the testbench file of above module.
上传时间: 2014-01-09
上传用户:181992417
Target:89S51 程序描述:网络远端温度感测器,这个范例中使用到 (1)8051 的Port 1连接到LCD显示器,PORT 3的P3.3、P3.4和P3.5分别连接到LCD显示器的控制线,程序执行时可以让LCD显示器显示出时间和日期。 (2)温度感测组件AD590经由ADC0804将感测到的温度,转换成数位数据,然后经由PORT 0输入8051。 (3)igangcai 8051的第10和第11只脚RXD和TXD分别连线到MAX232,然后连接到PC的COM埠。 (4) 当PC端经由RS232传送S时,接下来PC送出的下 个BYTE就用来设定PORT 3的输出。 (5) 当PC端经由RS232传送T时,接下来PC连续送出五个BYTEs,这五个BYTEs是 "年月日时分",这是 PC 用来设定实验板的时间日期。 (6) 8051每 分钟就读入ADC0804转换的数字温度数据,然后通过RS232传送给PC端,再由PC端通过网络传送到远端的电脑。*/
上传时间: 2016-08-06
上传用户:shizhanincc
java 对string的各种函数,如跟int,BYTE的数据类型的转换,编码的转换等。
上传时间: 2013-12-18
上传用户:牛津鞋