搜索资源列表
-
0下载:
这是一个调试单片机与计算机通信的ASM汇编程序,与testUART.rar配合使用,通信代码为BIN(二进制)-This is a debugging MCU and computer communications ASM compilation procedures, testUART.rar tie with the use of communication codes to BIN (binary)
-
-
0下载:
功能:开机检验数码管好坏,用串口通讯发送一个十六进制数,两位数码管显示,并有八个发光二极管
以二进制的形式点亮,其十六进值与数码管显示一致。,Function: boot test digital tube mixed with serial communication by sending a hexadecimal number, the two digital tube display, and eight light-emitting diodes in binary form of
-
-
0下载:
MBUS协议
The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer describes
a standard especially for meter readout. It can be used with various physical layers and with link layers
and network layers which supp
-
-
1下载:
Visual Basic 串口通讯接收单片机发送的16进制数据-Visual Basic serial communication receiver microcontroller 16 to send binary data
-
-
0下载:
功能:
1、作为下位机采集8255数据并将此数据通过通讯送出,
2、采集数据为BCD,先转换成二进制,处理后再转换成BCD
3、通讯采用方式3,多机通讯,上位机发地址时TB8=1,其他TB8=0
下位机SM2=1,RB8=1时产生中断后使SM2=0收发数据,结束后SM2=1-Features: 1, as under the 8255-bit machine data collection and communications sent through this data, 2
-
-
0下载:
功能:
1、作为主机通讯采集两路下位机数据并将此数据通过8255送出(十路水位值)
并计算水头送STC板
2、采集数据为BCD码制,先转换成二进制,处理后再转换成BCD
3、通讯采用方式3,多机通讯,上位机发地址时TB8=1,其他TB8=0
下位机SM2=1,RB8=1时产生中断后使SM2=0收发数据,结束后SM2=1
在此系统中本机硬件地址要设为0-Features: 1, as the host of two-way communication acquisit
-
-
0下载:
vxworks信号量通信程序,程序演示了互斥信号量和二进制信号量的使用。-vxworks semaphore communication program, the program demonstrated a mutual exclusion semaphore and the use of binary semaphores.
-
-
1下载:
在光纤通信系统中,光纤中传输的是二进制光脉冲"0"码和"1"码,它由二进制数字信号对光源进行通断调制而产生。而数字信号是对连续变化的模拟信号进行抽样、量化和编码产生的,称为PCM(pulse code modulation),即脉冲编码调制。这种电的数字信号称为数字基带信号,由PCM电端机产生。-In optical fiber communication systems, fiber-optic transmission of light pulses is a binary "
-
-
0下载:
数字通信系统4进制振幅键控4ASK信号的调制的VHDL代码-Digital Communication Systems 4 binary amplitude shift keying modulation 4ASK signal VHDL code
-
-
0下载:
1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。
2 执行调制解调器命令。
3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。
4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。
5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machin
-
-
0下载:
嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
-
-
0下载:
串行通信接口UART设计,串行通信接口是指将构成字符的每个二进制数据位,依据一定的顺序传送的通信方法。-UART serial communication interface design, serial communication interface refers to the form of binary data bits per character, based on a certain order to send the communication method.
-
-
0下载:
vxworks操作系统任务之间利用二进制信号量进行通信调度-vxworks operating systems use binary signals between the amount of task communication schedule
-
-
1下载:
基于C51F单片机实现RS422全双工数据通信,实现二进制文件信息的传输及处理-C51F based MCU RS422 full-duplex data communication, to achieve binary information transmission and processing
-
-
0下载:
PC Based Signal Analyzer
This aims of the project just familiar to a Digital oscilloscope. It is used for capture the different signal such as SINE WAVE, TRIANGLE WAVE and the SQUARE WAVE. Use the A-to-D converter into a binary form. Thus, the data
-
-
0下载:
使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾时表示命令结束:以WR开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口;以WO开始的字符串时,中间的数据最好是二进制的8位,单片机会把中间的数据赋值给P5口。-MSP430F149 chip through t
-
-
0下载:
使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾时表示命令结束:以WR开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口;以WO开始的字符串时,中间的数据最好是二进制的8位,单片机会把中间的数据赋值给P5口;以RI开始的字符串时,读取P2口P1口的状态,显示到
-
-
0下载:
使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾以W开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口。-MSP430F149 chip through the serial port to communicate with the computer, bau
-
-
0下载:
基于51单片机平台,通过按键,把键值对应的二进制数显示在流水灯上和串口调试窗口上。
主要包括按键去抖、矩阵按键编程和UART通讯。-Based on 51 single-chip platform, through the key, the key corresponding to the binary number displayed in the water lights on and serial debug window. Including debounces matrix key
-
-
0下载:
OMAP Flash Loader
This replacement can program the Spectrum Digital OMAP5912OSK evaluation
boards. It can also program version D boards, that the original program can t.
Also, this program is for Linux (and perhaps other Unixes), not for M$-
-