Click here to Skip to main content
15,888,202 members
Home / Discussions / C#
   

C#

 
QuestionDataSet - mapping the colums Pin
auloepid26-Jul-07 5:23
auloepid26-Jul-07 5:23 
AnswerRe: DataSet - mapping the colums Pin
Tarakeshwar Reddy26-Jul-07 5:31
professionalTarakeshwar Reddy26-Jul-07 5:31 
QuestionSerial To USB Communication Pin
Michael Fritzius26-Jul-07 4:41
professionalMichael Fritzius26-Jul-07 4:41 
AnswerRe: Serial To USB Communication Pin
led mike26-Jul-07 5:00
led mike26-Jul-07 5:00 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius26-Jul-07 5:15
professionalMichael Fritzius26-Jul-07 5:15 
GeneralRe: Serial To USB Communication Pin
led mike26-Jul-07 5:20
led mike26-Jul-07 5:20 
AnswerRe: Serial To USB Communication Pin
Luc Pattyn26-Jul-07 5:20
sitebuilderLuc Pattyn26-Jul-07 5:20 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius26-Jul-07 6:06
professionalMichael Fritzius26-Jul-07 6:06 
Luc Pattyn wrote:
4. The USB-to-serial cable comes with some software (a driver) that turns it into an
almost normal COM port: you can choose its number, after that it should show up in regular
lists of serial ports. As a result you can use any terminal emulator (HyperTerminal),
select and use the port.


This is what I've done. The driver software that came with this did exactly that. Any kind of project that is made will have something like this RS232-to-USB converter on board, since the solid, cheap chips I use have RS232 built in. Do you think this is a safer way to accomplish what I'm doing?

See, the thing is, I want to stay away from having to designate this device as a particular thing so that a particular driver can act on it. Nothing I make will be able to be labelled like that anyway--they will just be sending out information. If I can bypass that standard by just treating the whole USB port like a fake COM port, then that's awesome. Basically, I'm looking for a way to make a program that needs info from somewhere, and here (COM5--the USB port) is where to get it.

In fact, I just used HyperTerminal with an old project that talks to a GSM modem and it is able to receive info just as if it were looking at COM1, like it used to.

So I don't know. I mean, bearing all that in mind, would it still be necessary to do all the registering and driver matching for whatever device I make, or no?
GeneralRe: Serial To USB Communication Pin
Luc Pattyn26-Jul-07 6:15
sitebuilderLuc Pattyn26-Jul-07 6:15 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius26-Jul-07 6:55
professionalMichael Fritzius26-Jul-07 6:55 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius26-Jul-07 7:37
professionalMichael Fritzius26-Jul-07 7:37 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn26-Jul-07 7:52
sitebuilderLuc Pattyn26-Jul-07 7:52 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 6:21
professionalMichael Fritzius30-Jul-07 6:21 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 7:47
sitebuilderLuc Pattyn30-Jul-07 7:47 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 6:53
professionalMichael Fritzius30-Jul-07 6:53 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 7:03
sitebuilderLuc Pattyn30-Jul-07 7:03 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 7:09
professionalMichael Fritzius30-Jul-07 7:09 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 7:34
sitebuilderLuc Pattyn30-Jul-07 7:34 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 7:38
sitebuilderLuc Pattyn30-Jul-07 7:38 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 7:49
professionalMichael Fritzius30-Jul-07 7:49 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 7:56
sitebuilderLuc Pattyn30-Jul-07 7:56 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 8:28
professionalMichael Fritzius30-Jul-07 8:28 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 8:37
sitebuilderLuc Pattyn30-Jul-07 8:37 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 8:39
professionalMichael Fritzius30-Jul-07 8:39 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 9:03
sitebuilderLuc Pattyn30-Jul-07 9:03 

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.