comBits

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
   comBits
   comBps
   comClose
   comFlow
   comInputChars
   comOpen
   comParity
   comPurgeInput
   comRead
   comReadChar
   comReadTimeout
   comStops
   comWaitForOutput
   comWrite
Registry/Profile handling
Windows control
C API
C++ Class Interface
CSL links
  
comBits(
  const handle,   // async handle
  [const bits])   // # of bits per char

Query and/or set the number of bits per character. If parameter bits is omitted, the current setting is queried. Valid settings are 5, 6, 7 and 8.

Examples:

var bits = comBits(hdl);  // query current setting
comBits(hdl, 7); // set # of bits per char
  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>