Page 1 of 1

Simple Digital Pin Control

Posted: Mon Aug 18, 2014 7:12 am
by jgrina
Ok, my pin control is working. The PC side of this is an MLP program which has two radio buttons and a text box. The function of the radio buttons is to send commands to the Arduino Uno and the Uno interprets these and sets or clears pin 13. Then the Arduino notifies the MLP text box of the current state of pin 13. I. not sure how to share this but I'd be very happy to share. I still have three days on my free trial.

Re: Simple Digital Pin Control

Posted: Thu Aug 21, 2014 3:29 am
by jgrina
I now have an explanation of the program. I wrote it with WordPad and copied the screen captures as .bmp files. This created a two page document which is 7.7 megabytes large.

Re: Simple Digital Pin Control

Posted: Wed Jun 27, 2018 10:30 pm
by griiker
I would like to see the arduino code for this. I am having trouble getting radio buttons to work.

Re: Simple Digital Pin Control

Posted: Wed Jun 27, 2018 10:45 pm
by philr
Hi Griiker, here is an example that should demonstrate the radio buttons. The .ino file is the arduino program which you need to open and program to your device. The .mlpz files is a premade megunolink interface with radio buttons.
RadioButton.zip
(10.21 KiB) Downloaded 1460 times
Hope this helps.
Phil