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

.NET (Core and Framework)

 
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 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak26-Apr-10 18:15
mveDave Kreskowiak26-Apr-10 18:15 
Fabio Franco wrote:
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!


That's what the SDK is for. Or, you can start with this article[^].


Fabio Franco wrote:
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?



Fabio Franco wrote:
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


Yeah, but do you know what you're "saying"?? What messages? How are they built? What is the structure for each command?? Without the SDK, you're talking complete gibberish. You're not sending the same messages you send over LPT1. These are Device commands, not escape codes your sending.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




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 
AnswerRe: Form Load Groupbox Question Pin
Luc Pattyn23-Apr-10 5:04
sitebuilderLuc Pattyn23-Apr-10 5:04 

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.