文件名称:VMD642_uartio
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-09-13
- 文件大小:
- 138kb
- 下载次数:
- 0次
- 提 供 者:
- y*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
UART 测试
本例程在 VMD642_uartio 中。
VMD642-C卡中有两路 UART 接口,在本例中,UART 的接口标准配置为
RS232,波特率-9600,数据位-8,校验位-None, 停止位-1,采用查询工作方式。
在目录 Win32\serial 下提供一个串口调试器.exe,注意设置正确的波特率。
用开发板随带的串口线将 DSP 开发板的串口和计算机串口连接好,启动串口调试
器.exe,设置串口参数,然后打开串口,就可以在发送窗口发送字符,同时在接收窗口接收
DSP 端传回的数据-UART test
The routines in VMD642_uartio.
The VMD642-C card has two UART interface, in this case, the standard configuration for interface UART
RS232-9600, baud rate, data bits-8, check-None, stop-1, the query mode.
To provide a serial debugger.Exe in the directory Win32\serial, pay attention to set the correct baud rate.
The serial port and the serial port of the computer DSP development board is connected with the development board with the serial line, start the serial debugging
Device.Exe, set the serial parameters, then open the serial port, can send window to send characters, while receiving window
DSP returns the data
本例程在 VMD642_uartio 中。
VMD642-C卡中有两路 UART 接口,在本例中,UART 的接口标准配置为
RS232,波特率-9600,数据位-8,校验位-None, 停止位-1,采用查询工作方式。
在目录 Win32\serial 下提供一个串口调试器.exe,注意设置正确的波特率。
用开发板随带的串口线将 DSP 开发板的串口和计算机串口连接好,启动串口调试
器.exe,设置串口参数,然后打开串口,就可以在发送窗口发送字符,同时在接收窗口接收
DSP 端传回的数据-UART test
The routines in VMD642_uartio.
The VMD642-C card has two UART interface, in this case, the standard configuration for interface UART
RS232-9600, baud rate, data bits-8, check-None, stop-1, the query mode.
To provide a serial debugger.Exe in the directory Win32\serial, pay attention to set the correct baud rate.
The serial port and the serial port of the computer DSP development board is connected with the development board with the serial line, start the serial debugging
Device.Exe, set the serial parameters, then open the serial port, can send window to send characters, while receiving window
DSP returns the data
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VMD642_uartio\Debug\dm642main.obj
.............\.....\ves_dm642.obj
.............\.....\vmd642uartio.map
.............\.....\vmd642uartio.out
.............\.....\vmd642_cpld.obj
.............\.....\vmd642_uart.obj
.............\Debug.lkf
.............\include\vmd642.h
.............\.......\vmd642_uart.h
.............\.......\vssver.scc
.............\readme.txt
.............\readme.txt.bak
.............\src\dm642main.c
.............\...\ves_dm642.asm
.............\...\vmd642_cpld.c
.............\...\vmd642_uart.c
.............\...\vssver.scc
.............\vmd642.cmd
.............\......uartio.CS_\FILE.CDX
.............\................\FILE.DBF
.............\................\FILE.FPT
.............\................\SYMBOL.CDX
.............\................\SYMBOL.DBF
.............\................\SYMBOL.FPT
.............\vmd642uartio.paf2
.............\vmd642uartio.pjt
.............\vmd642uartio.sbl
.............\vssver.scc
.............\Debug
.............\include
.............\Release
.............\src
.............\vmd642uartio.CS_
VMD642_uartio