SI2457-D-FT Silicon Laboratories Inc, SI2457-D-FT Datasheet - Page 266

no-image

SI2457-D-FT

Manufacturer Part Number
SI2457-D-FT
Description
IC ISOMODEM SYSTEM-SIDE 24TSSOP
Manufacturer
Silicon Laboratories Inc
Datasheets

Specifications of SI2457-D-FT

Lead Free Status / Rohs Status
Lead free / RoHS Compliant
AN93
dcb.fBinary
dcb.fOutxCtsFlow
dcb.fOutxDsrFlow
dcb.fDtrControl
dcb.fDsrSensitivity
dcb.fTXContinueOnXoff= TRUE;
dcb.fOutX
dcb.fInX
dcb.fErrorChar
dcb.fNull
dcb.fRtsControl
dcb.fAbortOnError
// -------------------------------------------------------------------------------
char *SendAndWaitFor(char *cpCommand, char *cpInBuffRd,
{
266
}
dcb.BaudRate
dcb.ByteSize
dcb.Parity
dcb.StopBits
// Build on the current configuration, and skip setting the size
// of the input and output buffers with SetupComm.
bSuccess = GetCommState(hCom, &dcb);
if (!bSuccess)
// Fill in DCB: 57,600 bps, 8 data bits, no parity, and 1 stop bit.
bSuccess = SetCommState(hCom, &dcb);
if (!bSuccess)
printf ("Serial port %s successfully initialized.\n", pcCommPort);
return;
unsigned long ulNoOfbytes;
strcpy(cpOutBuffer, cpCommand);
WriteFile(hCom, (long *)cpOutBuffer, strlen((char *)cpOutBuffer),
if(iTimeoutMs)
}
{
// Handle the error.
printf ("GetCommState failed with error %d.\n", GetLastError());
exit(1);
}
{
printf ("SetCommState failed with error %d.\n", GetLastError());
exit(1);
}
= CBR_115200;
= 8;
= NOPARITY;
= ONESTOPBIT;
= TRUE;
= FALSE;
= FALSE;
= DTR_CONTROL_ENABLE;
= FALSE;
= FALSE;
= FALSE;
= FALSE;
= FALSE;
= RTS_CONTROL_ENABLE;
= FALSE;
// Handle the error.
char *cpResponse, int iTimeoutMs)
&ulNoOfbytes, 0);
Rev. 1.3
// Binary mode; no EOF check
// No CTS output flow control
// No DSR output flow control
// DTR flow control type
// DSR sensitivity
// XOFF continues Tx
// No XON/XOFF out flow control
// No XON/XOFF in flow control
// Disable error replacement
// Disable null stripping
// assert RTS
// Do not abort rds/wr on error
// set the baud rate
// data size, xmit, and rcv
// no parity bit
// one stop bit

Related parts for SI2457-D-FT