搜索资源列表
UART
- UART中断串口通讯,通过两个外部中断来控制数据的发送-UART serial port interrupt communications, through two external interrupt to control the data sent
an1046
- describes a technique for emulating an RS232 UART with the ST7 timer without any additional hardware. Only two pins are required for the serial communication.
plug
- This programm is ADC to UART and SPI converter on ADUC845, use two internal precision ADC? SPI module, UART module on 248 kb/s (maximum rate for this controller)
main
- Use of UART communication between two MSP430G2553 MCU
2-uart
- 双串口通讯,数据处理,转发等等。已经调试通过,可以应用到上位机接两个串口做数据处理的情况-Double serial communication, data processing, forwarding and so on. Debugging through, can be applied to the host computer to do the two serial port data processing
ElecKits-Uart-TCP-Debug-Tools
- Uart串口调试和网络TCP、UDP协议调试小工具。单个程序界面集成上面两个功能。方便电子工程师调试用。-Uart serial debugging and network TCP, UDP protocol debugging gadget. A single integrated program interface above two functions. Convenient debugging electronic engineer.
FormAndUart
- 该程序为Windows窗体应用程序。一共由两个窗体组成:登录界面和uart通讯界面。登录账号默认为admin,密码为11111.登录成功后跳转到串口调试界面.此程序通讯试用了serialPort控件。-The program for the Windows Forms application. Total consists of two forms: the login screen and uart communication interface. The default login acco
kehshechenxu
- 编制一全双工UART电路,通过试验箱MAX202E转换成RS232电平,与计算机进行通讯实验,设置8个按键,按键值为ASIC码“1”~“8”,通过串口发送给计算机,在计算机上显示键值,同时在数码管最高位显示;计算机可发送“0”~“F”的ASIC码,FPGA接收后在数码管低位显示0~F。通过按键可设置波特率。 要求:波特率为三种 1200、2400、9600,由1个按键选择,3个LED分别指示; 数据格式为1位起始位、8位数据位和一位停止位; 上位计算机发送接收软件可使用