if (ch == 'i' || ch == 'I')
{
}
if (ch == 'o' || ch == 'O')
{
}
if (ch == 67) //Right
{
}
if (ch == 68) //Left
{
}
if (ch == 86 || ch == 118 )
{
}
if (ch == 'f' || ch == 'F')
{
}
if (ch == 'n' || ch == 'N')
{
}
if (ch == 'h' || ch == 'H')
{
}
if (ch == 32) //stop zoom
{
}
if (ch == 'x' || ch == 'X')
{
}
Sleep(1);
}
}
closesocket(s);
}
______________________________________________________________________________________
Z3 Technology, LLC ♦ 100 N 8
printf("Zoom In\n");
visca_send(s, cmdVisca[0]);
visca_receive(s,buf,sizeof(buf), 1);
printf("Zoom Out\n");
visca_send(s, cmdVisca[1]);
visca_receive(s,buf,sizeof(buf), 1);
//printf("Right\n");
//printf("Left\n");
printf("Version Inq\n");
visca_send(s, cmdVisca[3]);
visca_receive(s,buf,sizeof(buf), 1);
printf("Flip On\n");
visca_send(s, cmdVisca[4]);
visca_receive(s,buf,sizeof(buf), 1);
printf("Flip Off\n");
visca_send(s, cmdVisca[5]);
visca_receive(s,buf,sizeof(buf), 1);
help();
printf("Stop Zoom\n");
visca_send(s, cmdVisca[2]);
visca_receive(s,buf,sizeof(buf), 1);
break;
th
ST, STE 250 ♦ Lincoln, NE 68508-1369 USA ♦ +1.402.323.0702
90
HE2K-MINI-RPS User Guide
DOC-USR-0232-02
Need help?
Do you have a question about the HE2K-MINI-RPS and is the answer not in the manual?