Click here to Skip to main content
15,914,386 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Messages and Windows Pin
SunKnight012-Aug-05 10:26
SunKnight012-Aug-05 10:26 
GeneralRe: Messages and Windows Pin
xSoptik12-Aug-05 10:58
xSoptik12-Aug-05 10:58 
Generalnotifying Windows the codepage used Pin
Ali Tavakol12-Aug-05 5:28
Ali Tavakol12-Aug-05 5:28 
GeneralQ about WINDBG Pin
valerie9912-Aug-05 4:44
valerie9912-Aug-05 4:44 
GeneralRe: Q about WINDBG Pin
Toby Opferman1-Sep-05 15:54
Toby Opferman1-Sep-05 15:54 
GeneralSetupDiClassGuidsFromName Pin
nripun12-Aug-05 3:53
nripun12-Aug-05 3:53 
GeneralUSB Communication Pin
Paresh emb12-Aug-05 3:34
Paresh emb12-Aug-05 3:34 
GeneralRe: USB Communication Pin
Cedric Moonen12-Aug-05 3:41
Cedric Moonen12-Aug-05 3:41 
Using an USB port is not as easy as accessing a serial port. The device connected to your USB port needs to enumerates (it will send his vendor ID and Product ID) in order for the OS to load the appropiate driver. The OS looks through inf files to match the ID's with a specific driver. Once the driver has been loaded, you can then, in your program, retrieve a handle to the driver with the function CreateFile and then send and retrieve information using the DeviceIOControl function.

Now my question is: what kind of micro-controller are you using and what do you need to do exactly ?

Normally, the driver is shipped with the USB device so you should find all the documentation with it.
GeneralRe: USB Communication Pin
Anonymous15-Aug-05 22:28
Anonymous15-Aug-05 22:28 
GeneralRe: USB Communication Pin
Cedric Moonen15-Aug-05 22:52
Cedric Moonen15-Aug-05 22:52 
GeneralRe: USB Communication Pin
Anonymous16-Aug-05 7:42
Anonymous16-Aug-05 7:42 
GeneralRe: USB Communication Pin
prcarp12-Aug-05 8:15
prcarp12-Aug-05 8:15 
GeneralRe: USB Communication Pin
ThatsAlok12-Aug-05 19:09
ThatsAlok12-Aug-05 19:09 
GeneralRe: USB Communication Pin
Nautilus Master13-Aug-05 0:54
Nautilus Master13-Aug-05 0:54 
GeneralRe: USB Communication Pin
Anonymous11-Sep-05 4:18
Anonymous11-Sep-05 4:18 
GeneralRe: USB Communication Src Pin
Nautilus Master11-Sep-05 4:40
Nautilus Master11-Sep-05 4:40 
GeneralON_WM_CREATE() Definition Pin
LiYS12-Aug-05 1:23
LiYS12-Aug-05 1:23 
GeneralRe: ON_WM_CREATE() Definition Pin
Bob Stanneveld12-Aug-05 2:39
Bob Stanneveld12-Aug-05 2:39 
GeneralRe: ON_WM_CREATE() Definition Pin
Anonymous12-Aug-05 3:45
Anonymous12-Aug-05 3:45 
GeneralRe: ON_WM_CREATE() Definition Pin
LiYS12-Aug-05 4:21
LiYS12-Aug-05 4:21 
GeneralRe: ON_WM_CREATE() Definition Pin
Bob Stanneveld12-Aug-05 4:59
Bob Stanneveld12-Aug-05 4:59 
GeneralTooltips in VS .NET 2003 Pin
Ulrich12-Aug-05 1:02
Ulrich12-Aug-05 1:02 
QuestionHow to fetch the columns from a table using vc++ CRecordSet Pin
G.Radhakrishna12-Aug-05 0:10
G.Radhakrishna12-Aug-05 0:10 
AnswerRe: How to fetch the columns from a table using vc++ CRecordSet Pin
Cedric Moonen12-Aug-05 1:31
Cedric Moonen12-Aug-05 1:31 
Generaliocp threads exit Pin
Michael Olsen11-Aug-05 23:54
Michael Olsen11-Aug-05 23:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.