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

.NET (Core and Framework)

 
QuestionSending and Receiving ASCII of USB ports [solved] Pin
Fabio Franco23-Apr-10 10:05
professionalFabio Franco23-Apr-10 10:05 
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 
Fabio Franco wrote:
That's why I was asking for a way to talk to the BUS, no matter the device.


There's no such thing on USB. You have no choice but to talk to the DEVICE on the bus. You cannot treat the USB port like it was a serial or parallel port. That's like trying to communicate to a card inserted into an expansion slot on the motherboard by talking to the slot it's plugged into. You can't do it.

If they don't have a .NET specific library, you've going to have to make do with either normal C-style library and P/Invoke the functions or, hopefully, they have a COM-based library that you can use. Just because they don't support .NET directly does not mean that your out of luck. It's just going to take more work.

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 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 
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 

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.