D-Link DSL-G684T Manuel d'utilisateur Page 78

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 118
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 77
78
{
int j = 0;
while(j < 4000)
{
if((SPI_Uart_ReadByte(LSR) & 0x01))
{
incoming_data = SPI_Uart_ReadByte(RHR);
}
else
{
j++;
}
}
}
void Parse_Request(void) // Parse request
{
int j = 0, k = 0;
String temp = "";
inc_data_all = "";
post = 0;
get = 0;
while(j < 4000)
{
if((SPI_Uart_ReadByte(LSR) & 0x01))
{
incoming_data = SPI_Uart_ReadByte(RHR);
Serial.print(incoming_data,BYTE);
if ((inc_data_all.indexOf("POST") != -1)&&(k==0))
{
post = 1;
get = 0;
k = 1;
}
Vue de la page 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 117 118

Commentaires sur ces manuels

Pas de commentaire