Sci의 close 를 실행하여 시리얼 포트를 닫습니다.
<Sci객체>.close()
0: 닫기 성공
-1: 이미 닫혔음.
var ret ret=sci2.close() if ret<0 print "open error" stop endif
Last updated 2 months ago
Was this helpful?