Click here to Skip to main content
15,888,288 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working on a project with my partner, and I have the part of the desktop application. I am creating a WPF Application, which will send data(values of the outputs of the board) to a board through a USB cable. We are using the STM32F407VG. I have already designed the UI of the app. So, now, I want to achieve the communication between the app and the board. At first, I want to send just a simple on/off data to a led on the board, just by clicking a button.

My device need to be a HID device. Moreover, how can find functions from a library which will send data to the board pins? For example, to light up a LED or to produce an analog, digital or PWM output.

What I have tried:

I've tried to add as reference in my project a usblibrary but I couldn't manage to communicate with my board. I don't know where to start from. Is there any tutorial, or something I should read about? What options do I have to follow? Using a library? How to get started with this? I would appreciate anything that could help me.

Thanks in advance!
Posted
Updated 9-Nov-16 23:03pm
v5

1 solution

Some pointers.
Youtube video

.net Micro Framework implementation

WPF you can always know how to do or what to do but communication should work out by implementating progamming languages like c#
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900