Hello all:

 

I am fairly new to the Java world and would like some advice on how to handle rs-232 communications with a Java based GUI I am working on.  Several years ago I created a similar GUI with Visual Basic, but my coding skills are a bit rusty and I never got the communication thing completely figured out.  I could send command strings easy enough, but I had trouble getting responses and processing them quickly.

 

The current GUI is to control an RGB lighting system.  It has some sliders, some radio buttons, and a few check boxes.  When the sliders move a command string needs to be sent out.  It will have to happen quickly so that the change in light level is smooth.  When the radio buttons and check boxes are clicked, single commands will have to be sent out.

 

I would also like to be able to handle any responses sent back from the controller.  When the sliders are moved, there will be a lot of comm traffic coming back to the GUI.  I sure this will require a buffer of some kind, but I am not sure how to set it up.

 

Once I get the rs-232 option up and running, I need to look at communicating with the light controller via an Ethernet connection.

 

Any advise or assistance would be appreciated.

 

 

Paul Stearns

Views: 482

Reply to This

Replies to This Discussion

While I am not expert with java <> serial port communication I can give you a few reference links:

First I'd start with:  http://www.oracle.com/technetwork/java/index-jsp-141752.html

Then take a look at:  http://java.sun.com/products/javacomm/reference/docs/API_users_guid...

 

dont hesitate to ask if you get stuck.

 

-nem

 

Thanks Nem.  I will check those out.

 

Paul

I took a look at some of the documentation and it seems that RS-232 is not supported for Windows apps anymore.  If this is indeed the case, then I guess I need to look at sending communications via Ethernet and using a converter to get it to the RS-232 device.

 

Any guidance on how to proceed would be appreciated.

While that is true for sun libraries and support for Win, there are other 3rd party that you can use:

hope this helps

 

nem

Reply to Discussion

RSS

Happy 10th year, JCertif!

Notes

Welcome to Codetown!

Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.

When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Continue

Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.

Looking for Jobs or Staff?

Check out the Codetown Jobs group.

 

Enjoy the site? Support Codetown with your donation.



InfoQ Reading List

Google Willow Sets New Quantum Supremacy Milestone

Google has announced its new 105-qubit superconducting chip, code-named Willow, which solved a quantum supremacy experiment that would take at least 300 million years to simulate on a classical computer. More importantly, the chip shows how quantum hardware may achieve fault tolerance in such a way to seemingly unleash its scalability.

By Sergio De Simone

Recap of OpenAI Highlights Key Updates in 12-Day "Shipmas"

OpenAI's "12 Days of Shipmas" event, featured daily announcements of new AI features and tools. Below is a summary of the key developments.

By Daniel Dominguez

Redis Creator 'antirez' Returns: Can He Shift Momentum Away from Valkey?

After over four years away, Redis creator Salvatore Sanfilippo recently announced his return to Redis. In what has been a challenging year for the company behind the source-available in-memory NoSQL database, the announcement has sparked enthusiasm and stirred much discussion within the Redis community.

By Renato Losio

GitHub Launches Free Copilot Plan for Visual Studio Code and Visual Studio Users

GitHub has introduced a new free plan for GitHub Copilot in Visual Studio Code, offering 2,000 code completions and 50 chat messages per month without requiring a subscription or payment. The update integrates Copilot as a core feature in the editor, with new tools like Copilot Edits, Custom Instructions, and terminal chat. A similar free plan is also available for Visual Studio users.

By Almir Vuk

NVIDIA Unveils Jetson Orin Nano Generative AI Supercomputer

NVIDIA has released the Jetson Orin Nano Super Developer Kit, a compact generative AI supercomputer. The device, which measures small enough to fit in one's hand, provides increased performance for generative AI capabilities.

By Daniel Dominguez

© 2024   Created by Michael Levin.   Powered by

Badges  |  Report an Issue  |  Terms of Service