I have the following function:
void usbReceive(PBYTE Buffer, BYTE size);
usbReceive(&P2, 1);
usbReceive(P2, 1);