xanthium-enterprises / Java-Serial-Port-Communication-Arduino-ATmega328P

Serial Port Communication tutorial using Java and Arduino (ATmega328P)

Home Page:https://www.xanthium.in/cross-platform-serial-port-programming-tutorial-java-jdk-arduino-embedded-system-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial Port Communication tutorial using Java and Arduino (ATmega328P)


  • In this tutorial we will learn how to program serial port of a windows PC using Java programming language.

  • The PC will communicate with an Arduino connected to the USB virtual Serial port of the PC and exchange text information using a Java program.

  • Code to Control the status of DTR and RTS pins of Serialport using java

  • Java Standard library no longer carries classes to communicate with the PC serial port,So we will use a third party library to code our program.


Online Tutorial

About

Serial Port Communication tutorial using Java and Arduino (ATmega328P)

https://www.xanthium.in/cross-platform-serial-port-programming-tutorial-java-jdk-arduino-embedded-system-tutorial

License:MIT License


Languages

Language:Java 88.1%Language:C++ 7.1%Language:Batchfile 4.8%