CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2006
    Posts
    3

    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

  2. #2
    Join Date
    Mar 2005
    Location
    Detroit MI
    Posts
    80

    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

  3. #3
    Join Date
    Sep 2006
    Posts
    25

    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

  4. #4
    Join Date
    Jan 2003
    Posts
    615

    Re: communication with serial com port

    Quote 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

  5. #5
    Join Date
    Sep 2006
    Posts
    1

    Question 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

  6. #6
    Join Date
    Jan 2003
    Posts
    615

    Re: How to develop Messenger in vb

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

  7. #7
    Join Date
    Sep 2005
    Posts
    63

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





Click Here to Expand Forum to Full Width

Featured