Guest User

Untitled

a guest
Feb 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. dim Comport as new serialport
  2. dim port as string () =serialport.getportnames
  3. for i as integer = 0 to port.length
  4. with
  5. with Comport
  6. .portname=port(i)
  7. .open
  8. end with
Add Comment
Please, Sign In to add comment