Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to build a java soft for communicate with rs232 serial port.

Status
Not open for further replies.

ahmad2005

Member level 1
Joined
Mar 30, 2011
Messages
40
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
Mirpur,Dhaka,Bangladesh
Activity points
1,618
In vb6 (old project), Microsoft Comm Control to communicate with the serial port, it receives data automatilcally and display the datas in textboxes.. because the serial device given the data (RX) to the COM Port every second.

i want to do the same process in java. so which control is suitable to communicate i.e., get the data automatically from the serial port..
 

You just have to implement the java class on rs232. Java Class for rs232 comm con be found on jcontrol.org/docs/api/jcontrol/comm/RS232.html.
You may check it. Hope it helps!!
 
  • Like
Reactions: ahmad2005

    V

    Points: 2
    Helpful Answer Positive Rating

    ahmad2005

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top