Re: [gentoo-user] Re: OT serial port program with a gui interface

2007-07-03 Thread Benjamin Graf
For simple programs, maybe Gambas will work. It's a bit like M$ Visual Basic. There is an example for the serial port included. 2007/7/3, b.n. [EMAIL PROTECTED]: James ha scritto: Well those are OK but, I was hoping for something with a few simple input boxes, so the user can input, say a

Re: [gentoo-user] Re: OT serial port program with a gui interface

2007-07-02 Thread b.n.
James ha scritto: Well those are OK but, I was hoping for something with a few simple input boxes, so the user can input, say a floating point varialble or an integer varialble inside the box, then my program would use the 9600 baud serial port to transfer the parameter setting to a specific

[gentoo-user] Re: OT serial port program with a gui interface

2007-07-01 Thread James
Pongracz Istvan pongracz.istvan at gmail.com writes: I use fltk as gui, datareel for accessing serial port and codeblocks as the c++ IDE (it supports fltk). fltk and codeblocks are in the portage tree, datareel can be download from http://www.datareel.com fltk and datareel support

[gentoo-user] Re: OT serial port program with a gui interface

2007-06-30 Thread James
Steve Dommett steve at st4vs.net writes: I'm looking for a serial port program, with a simple gui interface, that can be extended. http://komport.sourceforge.net/ http://cutecom.sourceforge.net/ Hello Steve, Well those are OK but, I was hoping for something with a few simple input