|
comClose |
|
comClose( const handle) // async handle Close handle and release communication line. Example:
var hdl = comOpen('com1','com1.log');
comBps(hdl,9600);
comWrite(hdl, 'hello world');
comWaitForOutput(hdl);
comClose(hdl);
|
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |