You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run the firmware example in Arduino on my uno board.
I've created the default project with the jars and libraries preconfigured in eclipse
I edited the blink example to output on pin 13.
when I run the example i get the following message on the console
"Load RxTx"
And I'm prompted to select the comport of my Arduino which for me is 10.
After selecting the comport, the Rx light blinks continuously and the LED on pin 13 remains lit indefinitely.
Please advise.
Thank you.
The text was updated successfully, but these errors were encountered:
I did change the output pin to 13. I also uploaded the firmware and setup the libraries in eclipse. I ran into the mismatch of libraries but I fixed it and no longer see the mismatch error. When I run the program the
Rx light continuously blinks and the led pin on 13 just remains on.
I spend some hours getting Jardiuno up and runnig and after installing the correct (in my case x64) RTXT .dll files (google for rxtx-for-java) it worked.
I've run the firmware example in Arduino on my uno board.
I've created the default project with the jars and libraries preconfigured in eclipse
I edited the blink example to output on pin 13.
when I run the example i get the following message on the console
"Load RxTx"
And I'm prompted to select the comport of my Arduino which for me is 10.
After selecting the comport, the Rx light blinks continuously and the LED on pin 13 remains lit indefinitely.
Please advise.
Thank you.
The text was updated successfully, but these errors were encountered: