Click here to Skip to main content
15,923,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Memory addressing Pin
Luc Pattyn3-Jan-08 12:26
sitebuilderLuc Pattyn3-Jan-08 12:26 
GeneralCommunicating with an USB Device Pin
haolan3-Jan-08 5:07
haolan3-Jan-08 5:07 
GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak3-Jan-08 5:37
mveDave Kreskowiak3-Jan-08 5:37 
GeneralRe: Communicating with an USB Device Pin
haolan3-Jan-08 8:24
haolan3-Jan-08 8:24 
GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak3-Jan-08 8:29
mveDave Kreskowiak3-Jan-08 8:29 
GeneralRe: Communicating with an USB Device Pin
haolan3-Jan-08 9:15
haolan3-Jan-08 9:15 
GeneralRe: Communicating with an USB Device Pin
haolan3-Jan-08 9:56
haolan3-Jan-08 9:56 
GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak3-Jan-08 10:54
mveDave Kreskowiak3-Jan-08 10:54 
In a very, very "quick'n'dirty" implementation, no. You still have to give the SerialPort class constructor the parameters the device is expecting for serial communication, like which COM port (you already have it), baud rate, parity, data bits, and stop bits.

Then you need to Open the port before you try to read/write from it. Then you need to Close the port when you're done.

Read this...[^]



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak3-Jan-08 10:46
mveDave Kreskowiak3-Jan-08 10:46 
GeneralRe: Communicating with an USB Device Pin
haolan3-Jan-08 22:21
haolan3-Jan-08 22:21 
GeneralRe: Communicating with an USB Device Pin
haolan3-Jan-08 22:18
haolan3-Jan-08 22:18 
GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak4-Jan-08 1:52
mveDave Kreskowiak4-Jan-08 1:52 
GeneralRe: Communicating with an USB Device Pin
haolan4-Jan-08 7:31
haolan4-Jan-08 7:31 
GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak4-Jan-08 12:13
mveDave Kreskowiak4-Jan-08 12:13 
GeneralRe: Communicating with an USB Device Pin
haolan7-Jan-08 0:57
haolan7-Jan-08 0:57 
GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak7-Jan-08 3:08
mveDave Kreskowiak7-Jan-08 3:08 
GeneralRe: Communicating with an USB Device Pin
haolan9-Jan-08 3:40
haolan9-Jan-08 3:40 
GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak9-Jan-08 17:00
mveDave Kreskowiak9-Jan-08 17:00 
GeneralRe: Communicating with an USB Device Pin
haolan10-Jan-08 12:39
haolan10-Jan-08 12:39 
GeneralRe: Communicating with an USB Device Pin
Dave Kreskowiak10-Jan-08 13:19
mveDave Kreskowiak10-Jan-08 13:19 
GeneralRe: Communicating with an USB Device Pin
haolan10-Jan-08 14:09
haolan10-Jan-08 14:09 
GeneralRe: Communicating with an USB Device Pin
Mircea Puiu3-Jan-08 6:39
Mircea Puiu3-Jan-08 6:39 
Generalinheriting from a class and also using a constraint Pin
bwilhite3-Jan-08 4:25
bwilhite3-Jan-08 4:25 
GeneralRe: inheriting from a class and also using a constraint Pin
Pete O'Hanlon3-Jan-08 4:41
mvePete O'Hanlon3-Jan-08 4:41 
GeneralRe: inheriting from a class and also using a constraint Pin
bwilhite3-Jan-08 4:48
bwilhite3-Jan-08 4:48 

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.