Quote:
|
When you say you have the message "I/O possible", do you mean that your program is outputting that message? If so, it's because you put the code there to do that.
|
I don't say that from my program, in my program I have et simple
Code:
read (my_file_descriptor_not_NULL, My_buffer, 100);
the read on my file descriptor is not O_NONBLOCK so while i have no data in my serial port input, all is ok, I'm stoped.
but when I have data, I have the line "I/O possible" and the program is exited!!
I WOULD MY DATA lol, not the information about they are here
I put my code tomorow morning (I'm french, it's 10h pm).