SI2493-C-GT Silicon Laboratories Inc, SI2493-C-GT Datasheet - Page 216

no-image

SI2493-C-GT

Manufacturer Part Number
SI2493-C-GT
Description
IC ISOMODEM SYSTEM-SIDE 24TSSOP
Manufacturer
Silicon Laboratories Inc
Datasheet

Specifications of SI2493-C-GT

Mfg Application Notes
SI2493/57/34/15/04, Appl Note AN93
Data Format
V.21, V.22, V.23, V.29, V.32, V.34, V.90, V.92, Bell 103, Bell 212A
Baud Rates
56k
Interface
Parallel
Voltage - Supply
3 V ~ 3.6 V
Mounting Type
Surface Mount
Package / Case
24-TSSOP
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,
216
}
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;
{
// 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)
Rev. 0.9
// 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 SI2493-C-GT