Skip to content

Instantly share code, notes, and snippets.

@samuelsonbrito
Created January 6, 2018 22:17
Show Gist options
  • Save samuelsonbrito/f679bdd31473820e39323c2d083b65be to your computer and use it in GitHub Desktop.
Save samuelsonbrito/f679bdd31473820e39323c2d083b65be to your computer and use it in GitHub Desktop.
public void carregarPortas() {
SerialPort[] portNames = SerialPort.getCommPorts();
for (SerialPort portName : portNames) {
cbPortas.getItems().add(portName.getSystemPortName());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment