CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: blacblu

Search: Search took 0.05 seconds.

  1. Replies
    13
    Views
    2,884

    Re: SerialPort Issue

    If you want all your text to be in one line, try using .Write method istead of .WriteLine


    He doesn't need a code to scroll the message, the display already has a built in function for that. He...
  2. Replies
    2
    Views
    1,090

    Re: Retrieve information pro command prompt

    Didn't work. Even tried to add WaitForExit(). Had to add it before the loop, now it works. Thank you.
  3. Replies
    2
    Views
    1,090

    Retrieve information pro command prompt

    I have this block of code, which I'm using to enter a command and retrieve the result:


    private void Cmd(string command, string parameter, object stream)
    {

    StreamWriter...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured