Skip to content

Sadraque/serial-port-connection-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial Port Connection Tester

A simple program to test the connection with serial ports


-> The program was made using Java with the Serial Library of the Processing API

-> You can donwload the Processing API on https://processing.org


-> To use the Processing API on your code you need to extend the Processing PApplet on your class:
Example:
public class test extends PPapplet(){ }


-> To use the serial Library you need to copy the follow libs to your project directory: CORE, SERIAL and JSSC

You can copy this files on the example directory bellow:
C:\Program Files\processing-3.5.4\core\library
C:\Program Files\processing-3.5.4\modes\java\libraries\serial\library

-> The jSSC-2.8.dll is needed for the serial library work. You should copy this dll on your System32 directory on windows.

The dll is located for example on: C:\Program Files\processing-3.5.4\modes\java\libraries\serial\library, inside the windows32 and windows64 folder.

If your operating system is 32 bits copy the dll of the windows32 folder, but If your operating system is 64 bits copy the dll of the windows64 folder

About

A simple program to test the connection with serial ports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages