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

Search:

Type: Posts; User: M.yasser

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    5,358

    Re: MScomm doesn't work on non-vb computer

    No, I didint set any breakpoint. I need some debugging advice at this point.
    I tried to convert the project to VB2008 using VS2008 to overcome what l think , is compatibility issue, but VB2008...
  2. Replies
    16
    Views
    5,358

    Re: MScomm doesn't work on non-vb computer

    What modem? Can you explain Please?
    This program reads a stream of data (8192 bytes) through a virtual serial port (USB to RS232 converter), and display the data as a graph on the screen.
    Regards.
  3. Replies
    16
    Views
    5,358

    Re: MScomm doesn't work on non-vb computer

    Hi,
    This is the structure of the program, with all the necessary code segments:


    'written by Jim Rowe

    Option Explicit
    Dim intSampleCounter As Integer: 'data array counter/pointer...
  4. Replies
    16
    Views
    5,358

    Re: MScomm doesn't work on non-vb computer

    Hi,
    The PC program suppose reads data from a Microcontroller and plot the received data on the screen, also it supposed to present a progress bar on the screen.
    Ill try to upload a segments from...
  5. Replies
    16
    Views
    5,358

    Re: MScomm doesn't work on non-vb computer

    RT=1
    I'm using logic analyzer to check the send. Also I'm sending data using MCU and "supposing" the program doesn't receive any thing.

    Ps. Thank you for the quick reply.
    Regards
  6. Replies
    16
    Views
    5,358

    Re: MScomm doesn't work on non-vb computer

    Hi,
    I have the same above problem, the computer send date through the serial port, but cant receive any thing.
    Thank you.
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured