Location:
Search - sscom 4.2
Search list
Description: 最经典的串口调试工具,不用安装,简单易用,希望对大家有帮助-The most classic serial debugging tools, not to install, easy to use, we hope to help
Platform: |
Size: 281600 |
Author: 邮件 |
Hits:
Description: 本实验实现PS/2接口与RS-232接口的数据传输,
PS/2键盘上按下按键,可以通过RS-232自动传送到主机的串口调试终端上(sscom32.exe);
并在数据接收区显示接收到的字符。
串口调试终端的设置:波特率115200,一个停止位,无校验位。-Realize this experiment, PS/2 interface with RS-232 data interface, PS/2 keyboard to press the button, through RS-232 automatic transmission to the host serial debug terminal (sscom32.exe) and data receiving display received characters. Serial debug terminal settings: 115200 baud rate, one stop bit, no parity bit.
Platform: |
Size: 884736 |
Author: skyy |
Hits:
Description: 8大特色:
1.自动枚举串口,这样避免了有些机器串口多,或者串号号>4的情况。
2.保存文件格式为txt和CSV,可选,方便做数据分析。
3.保存文件在执行文件程序路径下的SaveData文件夹里
4.增加多字节联合显示
5.2字节时,十六进制会加"0x"头,非十六进制时,以十进制显示,末尾自动加一空格,以区分。
6.4字节时,只能以十六进制显示(因十进制以超出范围,也没有必要显示那么大一个数)。
7.增加实时显示数据曲线功能。
8.界面更人性化,方便适用。-8 characteristics: 1. Automatically enumerate the serial, so to avoid some of the machine serial number or serial number No.
Platform: |
Size: 512000 |
Author: wfy |
Hits:
Description: 实验器材:
战舰STM32F103开发板V3版本
实验目的:
学习串口的使用(接收与发送)
硬件资源:
1,DS0(连接在PB5)
2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)
实验现象:
本实验,STM32通过串口1和上位机对话,STM32在收到上位机发过来的字符串(以回车换
行结束)后, 原原本本的返回给上位机。下载后,DS0闪烁,提示程序在运行,同时每
隔一定时间,通过串口1输出一段信息到电脑。
注意事项:
1,电脑端串口调试助手波特率必须是115200.
2,请使用XCOM/SSCOM串口调试助手,其他串口助手可能控制DTR/RTS导致MCU复位/程序不运行
3,串口输入字符串以回车换行结束.
4,请用USB线连接在USB_232,找到USB转串口后测试本例程.
5,P4的PA9/PA10必须通过跳线帽连接在RXD/TXD上.
-Experimental equipment: Battleship STM32F103 Development Board V3 version Purpose: Learning to use the serial port (receive and transmit) hardware resources: 1, DS0 (connected to PB5) 2, 1 serial port (baud rate: 115200, PA9/PA10 connections onboard USB to serial chip CH340 above) experimental phenomena: this experiment, STM32 through the serial port 1 and PC dialogue, STM32 after a string sent the host computer (the end with a carriage return line feed) received exactly back to the host computer. After downloading, DS0 flashes, indicating the program is running, but at a certain time, a piece of information through the serial port 1 output to the computer. Note: 1, computer terminal serial debugging assistant baud rate must be 115,200.2, please use the XCOM/SSCOM serial debugging assistant, other serial Assistant may control DTR/RTS cause MCU reset/program does not run 3, serial input string End carriage return line feed. 4, connect the USB cable in USB_232, find a USB-to-serial test
Platform: |
Size: 2122752 |
Author: 吴宇轩 |
Hits: