SINTEF-9012 / JArduino

Program your Arduino in Java
https://github.com/SINTEF-9012/JArduino/wiki
176 stars 63 forks source link

Serial port selection #4

Closed brice-morin closed 13 years ago

brice-morin commented 13 years ago

I would be nice to specify the serial port in the main of the samples, so that we do not have to modify the source code to run the samples. If no serial port is provided as argument for the main, it would be nice to open a GUI which lists all the available serial port, so that we can easily select the one which is connected to the Arduino board.

dosjos commented 13 years ago

Yes, I have though about this, but it's not in top of my priority list. But it is absolutely going into the application.

On Fri, May 6, 2011 at 1:40 PM, brice-morin < reply@reply.github.com>wrote:

I would be nice to specify the serial port in the main of the samples, so that we do not have to modify the source code to run the samples. If no serial port is provided as argument for the main, it would be nice to open a GUI which lists all the available serial port, so that we can easily select the one which is connected to the Arduino board.

Reply to this email directly or view it on GitHub: https://github.com/ffleurey/JArduino/issues/4

Jan-Ole

dukeboard commented 13 years ago

Hello, we have done this GUI & RxTx code for Kevoree Arduino node , I can push it to Jarduino in the week-end.

brice-morin commented 13 years ago

Great, let's push this nice feature :-)