Navigation: thinBasic Modules > COMM > COMM_Set |
|
Description
Set communication options for a serial port.
Syntax
COMM_Set(hComm, Parameter, Value)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hComm |
Number |
No |
File number used by the COMM_OPEN statement to open the communications port. |
Parameter |
Number |
No |
Is the communication parameter you want to retrieve. See COMM Equates for the list of communication parameters. |
Value |
Number |
No |
The numerical value to assign to the selected parameter. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |