Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 675 Bytes

File metadata and controls

20 lines (13 loc) · 675 Bytes

ArduinoConsoleCOM

Application which can be used to transfer data from Arduino to your computer using communication port. It's very similar to the COM console that can be found in Arduino IDE.

Requirements

Application was tested under GNU/Linux only.

How to start

Compile and run Main.class

What will happen

Application will look for a port which allows you to communication with Arduino. If there are none, an error box will appear. Otherwise, you will be given a choice about which port to use.

Afterwards, the console shows up and you are ready to go.