Click here to Skip to main content
15,888,303 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak23-Apr-10 20:14
mveDave Kreskowiak23-Apr-10 20:14 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco24-Apr-10 3:44
professionalFabio Franco24-Apr-10 3:44 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak25-Apr-10 4:03
mveDave Kreskowiak25-Apr-10 4:03 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco25-Apr-10 9:05
professionalFabio Franco25-Apr-10 9:05 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak25-Apr-10 14:18
mveDave Kreskowiak25-Apr-10 14:18 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco26-Apr-10 2:32
professionalFabio Franco26-Apr-10 2:32 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak26-Apr-10 12:08
mveDave Kreskowiak26-Apr-10 12:08 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco26-Apr-10 14:27
professionalFabio Franco26-Apr-10 14:27 
I think I may have put the wrong words. What I really meant is talk to the device "through" the bus. There must be a way to choose a specific BUS to talk to a device. I mean, even if I develop something specific to the device, I need to know where it is connected to.

I think about it in two ways:

1 - Make use of the device driver so it carries the messages for me.
2 - Find the device (in which "slot" its plugged in) and send the message myself.

I will do the talking to the device myself, thats for sure. I just need to know how to FIND it!
I know I don't talk to the USB, but I know I must use it to talk to the device, messages can't magically find it's way to the device. The USB must have an address I can find and talk through. That's where I'm stuck. How could I cycle through the USB slots on a computer, and send/receive messages through it?

There must be a standard way to make use of the USB slots, how the device will understand my commands is not the problem, this I know how to do it already (as I said, done this in LPT1). Windows must have some Win32 APIs available to acomplish what I want. Or maybe the drivers of the USB to do it. This is where I'm lost. In your experience what do you think? Am I looking at it the wrong way?

Thanks again
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak26-Apr-10 18:15
mveDave Kreskowiak26-Apr-10 18:15 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco27-Apr-10 2:39
professionalFabio Franco27-Apr-10 2:39 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak27-Apr-10 2:45
mveDave Kreskowiak27-Apr-10 2:45 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco27-Apr-10 2:56
professionalFabio Franco27-Apr-10 2:56 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak27-Apr-10 2:46
mveDave Kreskowiak27-Apr-10 2:46 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco27-Apr-10 2:57
professionalFabio Franco27-Apr-10 2:57 
QuestionStreaming WAV files from SQL Server into a Web Page Pin
bynagari23-Apr-10 5:12
bynagari23-Apr-10 5:12 
AnswerRe: Streaming WAV files from SQL Server into a Web Page Pin
Not Active23-Apr-10 6:12
mentorNot Active23-Apr-10 6:12 
GeneralRe: Streaming WAV files from SQL Server into a Web Page Pin
bynagari23-Apr-10 6:16
bynagari23-Apr-10 6:16 
GeneralRe: Streaming WAV files from SQL Server into a Web Page Pin
Not Active23-Apr-10 8:16
mentorNot Active23-Apr-10 8:16 
GeneralRe: Streaming WAV files from SQL Server into a Web Page Pin
bynagari23-Apr-10 8:19
bynagari23-Apr-10 8:19 
GeneralRe: Streaming WAV files from SQL Server into a Web Page Pin
Not Active23-Apr-10 8:51
mentorNot Active23-Apr-10 8:51 
GeneralRe: Streaming WAV files from SQL Server into a Web Page Pin
Michel Godfroid23-Apr-10 7:35
Michel Godfroid23-Apr-10 7:35 
GeneralRe: Streaming WAV files from SQL Server into a Web Page Pin
bynagari23-Apr-10 8:14
bynagari23-Apr-10 8:14 
GeneralRe: Streaming WAV files from SQL Server into a Web Page Pin
Michel Godfroid23-Apr-10 8:22
Michel Godfroid23-Apr-10 8:22 
AnswerRe: Streaming WAV files from SQL Server into a Web Page Pin
cmk23-Apr-10 14:12
cmk23-Apr-10 14:12 
QuestionForm Load Groupbox Question Pin
gmhanna23-Apr-10 4:52
gmhanna23-Apr-10 4:52 

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.