Sensoray 2600 Uživatelský manuál Strana 77

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 77
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
}
Zobrazit stránku 76
1 2 ... 72 73 74 75 76 77

Komentáře k této Příručce

Žádné komentáře