We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am writing a program to get the list of Serial COM Port through array so can anyone guide me how do I do that?
import processing.serial.*;
Serial port;
void setup() {
println(Serial.list());
port = new Serial(this,Serial.list()[0], 9600);
}
Answers
String[] serials = Serial.list();
:-/You posted HOW DO I PUT DATA IN DROPDOWNLIST and CONVERT SERIAL DATA INTO ARRAY.
All caps subjects are frowned upon, as they look like you are shouting to bring attention. Please, edit these messages and retype them in lower case. (Initial uppercase char is OK! :-) )