The Arduino seems to reset each time I configure (C program side) the RS232 line.
The LED behaves the same as when I push the reset button.
When I send the datas to the arduino, the RX blinks but the TX stays led.
When I open the "serial monitor" the behaviour is:
The LED doesn't blink and the TX blinks ((as I send a message to the serial port thru
Serial.println() for debugging)) and when the C program does the write() operation the RX blinks but TX still blinks.
The C programs uses the function as describes below:
int ConfigureArduino(char *pFichier,speed_t vitesse)
{
int portdesc;
struct termios options;