LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   COM1 to COM 2 DATA transfer (https://www.linuxquestions.org/questions/programming-9/com1-to-com-2-data-transfer-493062/)

ptlchetan 10-17-2006 12:53 AM

COM1 to COM 2 DATA transfer
 
hello i am VC++ developer new to linux,
working in fedora 5
i need to GUI programing that what i input character in edit box of com1 that x'fer to com 2 edit box as close loop so
i think i need to programing in c or c++ is right i try to learn this in linux but how can i make gui and communicate with programming.

and 4 GUI if i m not wrong then i have to use kdevelop design, m i right?
please ....
any help related among this send me link if detail not possible then

thanx to all

chetan sheladiya

Wim Sturkenboom 10-17-2006 05:10 AM

I don't understand exactly what your program needs to do. You type a character in an edit box, it gets transmitted over com1. com1 is connected using a cable to com2. When the character is received on com2, it needs to be displayed in another edit box?
Correct?

This can be done in plenty of languages, both compiled (like C/C++) as well as scripting (for me tcl/tk, for others probably perl/tk or similar).

Quote:

and 4 GUI if i m not wrong then i have to use kdevelop design, m i right?
You do not have to, although they might make life easier. Basically anything can be achieved with an editor and (if necessary) a compiler.

ptlchetan 10-17-2006 11:40 PM

yes what u understand is right. i want to do
 
yes this thing can be done bye the c/c++ programing it is ok but i have to learn linux programing GUI designing also
so
i ask to use kdevelop design i generate form button but i cant get how to communicate with each other i think programing is easy but currently
GUI that support our programing is hard for me.
and
i dont know tcl/tk, perl know only c,c++,.net,vc++,vb only

Wim Sturkenboom 10-18-2006 03:58 AM

As you're using kdevelop, search the internet for kdevelop tutorial and Qt tutorial


All times are GMT -5. The time now is 12:05 AM.