-
Re: COM-Ports (this is an more precision question!!!!!!!!!!)
"ralph" <nt_consulting32@SPAMhotmail.com> wrote:
>
>"Michael" <MichaelBuesch@t-online.de> wrote:
>>
>>Hi!
>>
>>How to send data and receive data from the serial com-ports?
>>
>>Thank you?
>
>What OS? What Compiler? What protocol? Who do you want to talk to: Your
own
>device? A modem? A printer? ...
>
>A quick search on Goggle http://www.google.com/ turned up these for Windows:
>http://www.bbdsoft.com/win32.html
>http://www.marshallsoft.com/download.htm
>
>A more careful search based on your own criteria should turn up a couple
>of dozen more.
>
Hi!
Here an more precision question:
How to receive data from the COM-port from my own created device.
I use Win9x, and vcpp6.0,... the protocol?,... I don't know at the moment,
let's see...... .
Thanks for helpin' me again!
-
Re: COM-Ports (this is an more precision question!!!!!!!!!!)
"Michael" <MichaelBuesch@t-online.de> wrote:
>
>"ralph" <nt_consulting32@SPAMhotmail.com> wrote:
>>
>>"Michael" <MichaelBuesch@t-online.de> wrote:
>>>
>>>Hi!
>>>
>>>How to send data and receive data from the serial com-ports?
>>>
>>>Thank you?
>>
>>What OS? What Compiler? What protocol? Who do you want to talk to: Your
>own
>>device? A modem? A printer? ...
>>
>>A quick search on Goggle http://www.google.com/ turned up these for Windows:
>>http://www.bbdsoft.com/win32.html
>>http://www.marshallsoft.com/download.htm
>>
>>A more careful search based on your own criteria should turn up a couple
>>of dozen more.
>>
>
>Hi!
>Here an more precision question:
>How to receive data from the COM-port from my own created device.
>I use Win9x, and vcpp6.0,... the protocol?,... I don't know at the moment,
>let's see...... .
>Thanks for helpin' me again!
First stop, download the DDK. (If you haven't already.)
http://www.microsoft.com/ddk/ddk98.asp
Second go get the WinDBG debugger.
<http://msdn.microsoft.com/library/de...ugger_5fle.asp>
I believe there use to be a serial port driver sample included. (Sorry, can't
remember.) Anyway that should get you started.
Go ahead and check out some of the other websites for "generic" handlers
and classes. Normally however, you will end up wanting or needing to write
your own VxD. Simply so it can be managed and behaves expectantly within
Windows.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|