Sensoray 2600 Instrukcja Użytkownika Strona 77

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 77
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 76
Sensoray 2600 Programming Guide 73 Comport Transaction Functions
// Received a bad character, so we must flush the receive buffer.
printf( "Character receive error.\n" );
S26_ComFlush( 0, 1, 1000, 1 );
}
else
{
// All is OK, so process the received string.
RcvBuf[BufLen] = 0; // Append null to end of character string.
printf( "%s\n", RcvBuf ); // Display the string.
}
Przeglądanie stron 76
1 2 ... 72 73 74 75 76 77

Komentarze do niniejszej Instrukcji

Brak uwag