Username:     
Password:     
             

Projects
Stdout2Usb 1.0
 
Print debug messages to USB port

Code size:137 Author:slimphony
Source files included:yes Version:1.0
Use circleOS:yes (circleOSversion) Creation date:2009-03-27 17:25:51
Hardware modification:no Modification date:2009-03-27 17:25:51
Based on the STM32 Primer:Primer2
   
Downloads:2300 Views:26291
   
Vote:
Average ratings:0/5 (0 rates)

Download:    Stdout2Usb-1.0.zip (1354 KB)

Description:
The project implements a printusb() function whose purpose is to make printf() messages available in a MS Windows program by means of passing USB messages between the STM32 and the computer. Both the MS Windows program (built with VS C# Express 2008) and the Primer2 library (built with Ride7) are provided, along with the source code. This project is primarily intended for improving the debug process (by making the stdout "readable") but can as well serve as a skeleton for any application that requires basic USB connectivity with the MS Windows environment.