Navigation: thinBasic Modules > COMM > COMM_Send |
|
Description
Send a string of binary data to a serial port.
Syntax
COMM_Send(sComPort, sBuffer)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hComm |
Number |
No |
File number used by the COMM_OPEN statement to open the communications port. |
sBuffer |
String |
No |
The binary data to be sent to serial port. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |