Skip to content

myupctoys/Serial_Processing_IntelliJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial_Processing_IntelliJ

Collection of classes for run time configuring of comm ports in Java with use case example.
Same project as Serial_Processing but using Java with IntelliJ.

This has been done to help users migrate to a JAVA ide when coming from the Processing IDE. New users will quickly realize the benefits of auto-complete, context help, guidance and the plethora of other tools an IDE brings to the table whilst still have all the simplicity of Processing.

Project works when launched from IntelliJ 2021.2 community edition, JDK 1.8.0_231 W10 64 bit. Runnable JAR also tested. JSSC may have issues but tested to work with mentioned JDK and IntelliJ. May also need to pare back some included JARs and make sure there aren't licence conflicts. Intention in including jar libs is to get the application running out of the box, not having to rely on user adding libs.

image

image
TODO
#1 Need to come up with a logical way of indicating which of four files is open.
#2 Add text box to launch for string to send with Send button. DONE
#3 Add option to add date time group with comma for CSV to logs and Console for each process. DONE
#4 Check all processes create and log to corresponding log file. DONE
#5 Implement binary/ascii file transfers. In Progress
#6 Simple way of indicating which of 4 processes one might want to send the text to.

About

Collection of classes for run time configuring of comm ports in Java with use case example. Same as myupctoys/Serial_Processing but in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published