Elo TouchSystems 2201L Especificaciones Pagina 126

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 139
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 125
116 Appendix Error! Main Document Only.Error! Main Document Only.6 - Optional
Software Protocols
do ; while ((inp(BASEPORT+2) & 0x40) == 0x40); /* wait for X bit to clear
*/
} /* re poll before reading Y */
else { /* get Y */
point.data[2] = (byte)inp(BASEPORT); /* Y high */
point.data[3] = (byte)inp(BASEPORT+1); /* Y low */
dataaquired = TRUE;
do ; while ((inp(BASEPORT+2) & 0xc0) == 0x80); /* wait for not ready or X
bit */
}
} while (!dataaquired);
return(TRUE);
}
Vista de pagina 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 138 139

Comentarios a estos manuales

Sin comentarios