Search:

Type: Posts; User: Libpgeak

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,389

    Yes, I do

    Yes, I do
  2. Replies
    8
    Views
    2,389

    The weird thing is, it still hangs on the...

    The weird thing is, it still hangs on the read(and there is nothing printed). I made the code a litlle diffrent to this:


    printf("writing\n\r");
    fwrite(output, 1, 9, ofp);
    /* Read...
  3. Replies
    8
    Views
    2,389

    fread exit problems

    Dear programmers,

    I'm working on a program that connects a FDTI device in Linux. I open the connection with:


    PRS485 = fopen("/dev/ttyUSB0", "r+");

    Then I send data with:
Results 1 to 3 of 3