SI2493-D-FS Silicon Laboratories Inc, SI2493-D-FS Datasheet - Page 268

no-image

SI2493-D-FS

Manufacturer Part Number
SI2493-D-FS
Description
IC ISOMODEM SYSTEM-SIDE 16SOIC
Manufacturer
Silicon Laboratories Inc
Datasheets

Specifications of SI2493-D-FS

Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
SI2493-D-FS
Manufacturer:
SILICON
Quantity:
3 483
AN93
};
// -------------------------------------------------------------------------
void AssertRTS(bool bAssert)
{
}
void AssertDTR(bool bAssert)
{
268
BOOL
if(bAssert)
else
bSuccess = SetCommState(hCom, &dcb);
if (!bSuccess)
else
BOOL
if(bAssert)
else
bSuccess = SetCommState(hCom, &dcb);
if (!bSuccess)
sCurrentTime = clock();
iPasses++;
if( sCurrentTime > (sStartTime + sWaitTime) )
}
dcb.fRtsControl
dcb.fRtsControl
{
printf ("SetCommState failed with error %d.\n", GetLastError());
exit(1);
}
return;
dcb.fDtrControl
dcb.fDtrControl
{
printf ("SetCommState failed with error %d.\n", GetLastError());
exit(1);
}
{
strcat(cpErrorString, "Timeout of ");
printf ("\n%s\n", cpErrorString);
strncpy(cpInput_test, cpInputBuffer, iCharCnt);
cpInput_test[iCharCnt]='\0'; //copy the received bytes for late display
return cpInputBuffer;
}
bSuccess;
bSuccess;
// Handle the error.
// Handle the error.
= RTS_CONTROL_ENABLE;
= RTS_CONTROL_DISABLE;
= RTS_CONTROL_ENABLE;
= RTS_CONTROL_DISABLE;
// we exit with the same input string we came in with
// because we time out.
Rev. 1.3
strcat(cpErrorString, cpResponse);
// assert RTS
// assert RTS
// dis-assert RTS
// dis-assert RTS

Related parts for SI2493-D-FS