Search:

Type: Posts; User: gda

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,677

    Many thanks to both of you to be so quick in...

    Many thanks to both of you to be so quick in figuring out where the problem was! I have fixed it just changing in my code the line


    wait(&status);

    with


    waitpid(pid,&status,0);
  2. Replies
    3
    Views
    1,677

    Problem in using execl and pthread

    I'm having a problem in the combined use of execl() and pthread.

    My idea is quite simple: write a daemon that in certain situation starts an external process (a separate executable with respect...
  3. Replies
    4
    Views
    4,770

    Hi all! I have made some progresses in writing...

    Hi all!

    I have made some progresses in writing my drivers.

    First of all I have used a new PC equipped with a rs232 port and I do not use the serial to usb converter anymore.

    At least now...
  4. Replies
    4
    Views
    4,770

    Thanks a lot for your suggestions! I already...

    Thanks a lot for your suggestions!

    I already have made a very quick try to communicate to the device using minicom but without luck. Probalby this is due to two different things:
    1) the device...
  5. Replies
    4
    Views
    4,770

    Sorry. I have realized that in my previous post...

    Sorry. I have realized that in my previous post I did not include the line:


    #define BAUDRATE B9600

    that is present in my code.

    Bye
  6. Replies
    4
    Views
    4,770

    C and RS232 problem

    Hi all,

    I'm in troubles in writing C drivers for a device using RS232 port.
    I cannot establish any communications between my linux box and that device! On the other hand I'm sure the RS232 on the...
Results 1 to 6 of 6