搜索资源列表
IO_UART
- STC单片机IO口模拟RS232测试程序,Keil Cx51应用开发技术中的程序主要的功能是在利用串口调试工具发送一个8bit的数据,而后单片机接收后把这个数据发送给模拟串口
rs232
- 完整的RS232 Verilog源代码,支持波特率可调,支持调试命令,配合串口调试工具,可作为FPGA开发中的调试平台。-Full RS232 Verilog source code, support for baud rate is adjustable to support debugging command, with the serial debugging tools can be used as the debugging FPGA development platform.
uart_EP3C16_FIFO
- Verilog编写的串口RS232收发字符串程序,使用FIFO作为数据缓冲区,有效收发字符串长度为256字节,解决了利用串口调试工具与FPGA通讯只能收发单字节的问题.-Programs for uart/RS232, it can receive and transmit strings.
RS232
- 232通信程序4800波特率,用工具软件的串口调试软件即可。按键盘显示不同的字。-232 Communication Program 4800 baud rate, serial port tools software debugging software. Keyboard display different characters.
tongyongzhongjianjian
- 开发工具: MedWin v2.39单片机集成开发环境,AT89C51单片机,Insight ME-52H仿真机,RP-3000通用型编程器。 项目描述: 这是一个通用中间件,在模拟量输入前可接各种物理量的传感器,完成物理信号的测量与显示;在模数变换后将数字量通过并行总线引入单片机系统,可生成标准的EIA协议,再经由RS232串口引入通用机系统,完成进一步的处理或界面表征。-Tools: MedWin v2.39 single-chip integrated development
MCUcomminuaction
- PC机与单片机通信(RS232协议)的C语言实现,含有PC机上的串口调试小工具,即使不会编写的只要看一下就能够很好运用。-PC and MCU communication (RS232 protocol) of the C language, containing the serial PC, debugging gadgets, if not prepared just to look good to be able to use.
DataCntrl
- 系统由 DataCntrl.vhd 和RS232RefComp.vhd 模块构成。该模块能和PC 机的RS232 终端 (比如PC 机上的串口调试工具程序)以波特率9600 通信。-System consists of DataCntrl.vhd and RS232RefComp.vhd module. The module can and PC-RS232 terminal (such as PC, the serial debugging utility) to 9600 baud co
ECOMV260
- ecom串口助手是一款带CRC计算的串口(RS232)调试软件。由我爱IC导航网工作室开发(http://www.52ic.net/)。 ecom串口助手支持常用的110 ~ 921600bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发 送任何数据或字符(包括中文),能发送任意大小的文本文件,可以任意设定自动发送周期,并能将接收数据保存成 文本文件。带有文件或数据串的ModebusCRC16校验、CRC16校验、累加和校验、异或校验,ModebusLRC
rs232
- FPGA与PC串口调试工具通信程序,包括收和发两个过程。-Program for communication between FPGA and the PC serial port debug tool ,including sending and receiving processes.
RS232
- 串口通讯发送接收实验。在电脑上用串口调试工具发送一个数字给单片机,单片机接收这个数字后,将这个数字加上0x10,然后发送给串口调试工具,并在窗口中显示出来,接着再发送一串字符串给电脑,也在窗口中显示出来。-Serial Communication test for sending and receiving data. Using the serial communication tool to send a number to the 51 MCU, after 51MCU received
rs232
- 通过串口通信来控制8位led灯的显示,可以通过串口调试工具来发送信号控制LED灯的亮灭-UART Serial communication control led lights display
RS232
- RS232串口监视器,很好用的一个工具,分win98和net两个版本-Two versions of the RS232 serial port monitor, very good with a tool, sub win98 and net
串口通讯
- vb制作的RS232串口通讯程序,也可以作为串口调试的工具使用
URAT
- 在ISE环境下,用VHDL语言实现RS232串口设计,实现串口通信。通过串口调试工具向 0000000UART发送16进制数,FPGA将UART接收到的串行数据转换为并行数据,并在8个 LED灯上输出显示;同时,并行数据又被重新转换为串行数据,重新送给RS-232接口,并在 串口调试工具上再次显示,SW0为复位键。 比如:串口调试工具发送两位16进制数,然后能在LED上显示,并且重新在串口调试工 具上显示。串口调试工具设置:波特率设为9600,默认奇校验。-In the IS