|
-
September 13th, 2006, 06:47 AM
#1
communication with serial com port
the application has to communicate with a com port which is flushing data continously ...so the com port is always opened and the flushed data is to be receive in a text file...this application has to deal with opening a com port n only read the data from that port..........plz suggest some solution for it.....it has to be develop in c# ..any version
-
September 13th, 2006, 03:08 PM
#2
Re: communication with serial com port
Check here :
HTML Code:
http://msdn2.microsoft.com/en-us/library/system.io.ports.serialport.aspx
Also this may help in your development :
HTML Code:
http://www.serial-port-monitor.com/
Regards,
Big Winston
-
September 27th, 2006, 02:06 AM
#3
Re: communication with serial com port
hi!
I am new to VC++ . I wrote an application that writes a text continuously in the edit box on pressing the write button. next on pressing read button it reads the same text in another edit box on the same dialog.
i used threads concept into it.
i need more examples on programmes like this...
kindly help.
thanks
-
September 27th, 2006, 02:18 AM
#4
Re: communication with serial com port
 Originally Posted by rupee001
the application has to communicate with a com port which is flushing data continously ...so the com port is always opened and the flushed data is to be receive in a text file...this application has to deal with opening a com port n only read the data from that port..........plz suggest some solution for it.....it has to be develop in c# ..any version
What is your specific problem ?
1. Open a serialport
2. Open a file
3. In a loop: read from serialport to text file.
4. Close file
5. Close serialport
-
September 27th, 2006, 02:30 AM
#5
How to develop Messenger in vb
Hi everyone,
My warm regard sto evry member.basiclly i am new to this Programming profesion.
Thus Friends i need your help to develop the messenger.
Please help me out i have to develop a messenger,so looking for ypur guidance wht should i do.
********* In Visual basics**************
mail me ur comments:[email protected]
waiting for revert:
inder
-
September 27th, 2006, 02:54 AM
#6
Re: How to develop Messenger in vb
 Originally Posted by mcaravinder2005
Hi everyone,
My warm regard sto evry member.basiclly i am new to this Programming profesion.
Thus Friends i need your help to develop the messenger.
Please help me out i have to develop a messenger,so looking for ypur guidance wht should i do.
********* In Visual basics**************
mail me ur comments: [email protected]
waiting for revert:
inder
Welcome and good luck.
What is 'the messenger' you want to develop?
I would suggest a tutorial.
-
October 13th, 2006, 08:04 AM
#7
Re: communication with serial com port
look at System.IO.SerialPort. for framework 2.0 or Serial Communication Control component for framework1.1 or 1.0 but in this case you must install visual studio 6.0 component.
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
|
Click Here to Expand Forum to Full Width
|