Menu to Select the serial port.
in
Core Library Questions
•
7 months ago
Good afternoon.
I have assembled a prototype timing control, and connects to the PC via Bluetooth, to display data using processing.
if we know what the serial port, no problem, it gets in the line of code and it works fine.
myPort = new Serial(this, Serial.list()[0], 9600);
is possible to make a menu to start the sketch, to select the serial port?
Sorry for my english.( google )
Thanks!
1