Communication direct Arduino

Good evening.

I would like to have Arduino connected to a PC, double-click mouse to a file and run it on Arduino .
Example

I want to turn a LED on Arduino . Then double click the file and turn on the LED.

I do not know if I explained well. : smiley-confunden:

Regards.

I would like to have Arduino connected to a PC, double-click mouse to a file and run it on Arduino .

With no other software running on the PC you can not do this. It is not the way things work.

You can make a batch file with commands for the arduino, which can be run by double clicking. As a batch file printing to a com port opens and closes the pc com port, the auto reset on the arduino will need to be defeated with a capacitor or resistor.

Hi,
I think you need to look at the PC program PROCESSING .
Google it , it will provide the PC end of your project with a GUI environment that can communicate with the arduino.

Google processing arduino

Tom.... :slight_smile: