Search:

Type: Posts; User: mbh5m

Search: Search took 0.00 seconds.

  1. Thread: Reading From USB

    by mbh5m
    Replies
    7
    Views
    3,346

    I want to read data from USB and its showing up...

    I want to read data from USB and its showing up as COM3 in Hyperterminal. Is that the same as reading data from the the serial port?
  2. Thread: Reading From USB

    by mbh5m
    Replies
    7
    Views
    3,346

    Yes - It shows up as COM 3 in Hyperterminal. Is...

    Yes - It shows up as COM 3 in Hyperterminal. Is a parallax device
  3. Thread: Reading From USB

    by mbh5m
    Replies
    7
    Views
    3,346

    Reading From USB

    Hello -

    I need to integrate data collection by reading from the USB port. There is no library functions for this device and currently can be read by Hyperterminal.

    Thanks!
  4. Replies
    5
    Views
    1,528

    width of 8 for double?

    This seems to work when I output double's


    fprintf(OutTable, "%8.3lf%8.2lf\n",ChtTimes[k],ChtValues[k]);


    and this does not


    fprintf(OutTable,...
  5. Replies
    5
    Views
    1,528

    File I/O Manipulation

    Hi,

    I am writing data to *.dat file in columns. How can I manipulate the output so every number in the first column is 6 characters wide and the second column is 5 characters wide? In C++, I...
Results 1 to 5 of 5