Questions tagged [ardulink]

Ardulink is a complete, open source, java solution for the control and coordination of Arduino boards. It defines a communication protocol and a communication interface allowing several protocol implementations.

Ardulink is a complete, open source, java solution for the control and coordination of Arduino boards. It defines a communication protocol and a communication interface allowing several protocol implementations.

http://ardulink.org/

2 questions
3
votes
0 answers

Command Arduino Uno using Ardulink

I am trying to command my Arduino Uno using Ardulink library in my JAVA Application but without success I don't know what have I missed, here is my code: Link link = Link.getDefaultInstance(); boolean connected = link.connect("COM6",…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
2 answers

Ardulink 2 unable to receive message from analog Pin1 using Serial.print

I have started ardulink mqtt to listen to analog pin 1 of the arduino uno as follow running on windows 10 with mosquitto mqtt broker 1.5.8 C:\Java\jdk1.8.0_201\bin\java -jar ardulink-mqtt-2.1.0.jar -a 1 -connection…