Hello everyone,
I would like to control the mbed from an API on my computer. For example, I am on my laptop, and I want to switch on the LED connected on pin 15. Then may be I would like to diminish the brightness of this LED and switch on the one on pin 16.
For now I only know I can write a program in c++, compile it with the compiler of the website, put my program into the mbed and hit the reset button.
But if on the mbed I create a program for each led I want to switch on or off, can I call those programs whenever I want from my coputer ? Basically I would like to control the mbed directly from my computer.
How (if it is possible) can you communicate with the mbed from an API you are running on your computer ?
Or should I use a PIC with USB interface instead ?
Thank you very much.
Hello everyone,
I would like to control the mbed from an API on my computer. For example, I am on my laptop, and I want to switch on the LED connected on pin 15. Then may be I would like to diminish the brightness of this LED and switch on the one on pin 16.
For now I only know I can write a program in c++, compile it with the compiler of the website, put my program into the mbed and hit the reset button.
But if on the mbed I create a program for each led I want to switch on or off, can I call those programs whenever I want from my coputer ? Basically I would like to control the mbed directly from my computer.
How (if it is possible) can you communicate with the mbed from an API you are running on your computer ?
Or should I use a PIC with USB interface instead ?
Thank you very much.