SI2493-C-FS Silicon Laboratories Inc, SI2493-C-FS Datasheet - Page 220

IC ISOMODEM SYSTEM-SIDE 16SOIC

SI2493-C-FS

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

Specifications of SI2493-C-FS

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
UART
Voltage - Supply
3 V ~ 3.6 V
Mounting Type
Surface Mount
Package / Case
16-SOIC (3.9mm Width)
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
SI2493-C-FSR
Manufacturer:
DY
Quantity:
8 623
Part Number:
SI2493-C-FSR
Manufacturer:
SIEMENS/西门子
Quantity:
20 000
AN93
reset the modem.
}
// Returns FALSE when at end of file
// Stops after first LF.
bool GetFileTextLine(char *cpIn)
{
}
220
char
printf ("Current %s \n", cpInputRd); cpInputRd=cpInputRd_temp;
printf ("Loading patch:%s...\n", fnamePatch);
if ((hpPatchFile = fopen(fnamePatch, "rb")) == NULL)
AssertRTS(true );
cpInputRd=SendAndWaitFor("ATE1\r", cpInputRd, "OK\r\n", 300);
bool bValidLine = true;
while(bValidLine)
cpInputRd
cpInputRd_temp = SendAndWaitFor("AT&T6\r", cpInputRd, "OK\r\n", 300);
printf ("Finish Loading, %s \n", cpInputRd); cpInputRd=cpInputRd_temp;
fclose(hpPatchFile);
*cpIn = 0;
while(!feof(hpPatchFile))
return FALSE;
cpInputRd_temp = SendAndWaitFor("AT&T7\r", cpInputRd, "OK\r\n", 300); //AT&T7
{
fprintf(stderr, "The Patch File is missing.\n");
exit(1);
}
{
bValidLine = GetFileTextLine(caOutGoing);
if(bValidLine)
}
{
cpInChar[0] =
strcat(cpIn, cpInChar);
if(*cpInChar == '\n')
}
caOutGoing[256];
cpInputRd
return TRUE;
= SendAndWaitFor("ATE1\r", cpInputRd, "OK\r\n", 300);
char cpInChar[8]; cpInChar[1] = 0;
fgetc(hpPatchFile);
= SendAndWaitFor(caOutGoing, cpInputRd, "OK\r\n", 3000);
Rev. 0.9

Related parts for SI2493-C-FS