public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  OT serial port program with a gui interface
@ 2007-06-30 17:32 James
  2007-06-30 18:05 ` Steve Dommett
  2007-06-30 18:12 ` [gentoo-user] " Pongracz Istvan
  0 siblings, 2 replies; 7+ messages in thread
From: James @ 2007-06-30 17:32 UTC (permalink / raw
  To: gentoo-user

Hello,


I'm looking for a serial port program, with a simple
gui interface, that can be extended. I do not really
care what language(s) it it built upon (java, c, c++, qt....)

It would be really cool if versions ran on both gentoo linux
and windows XP or Vista....


Besides a typical serial port control (baud, bits, parity)
I'm need to be able to implement a simple protocols that
send and receive packets between a microprocessor and 
the serial port on a linux/XP host.


Any ideas of something I can use as a starting point?

James





-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  OT serial port program with a gui interface
  2007-06-30 17:32 [gentoo-user] OT serial port program with a gui interface James
@ 2007-06-30 18:05 ` Steve Dommett
  2007-06-30 18:25   ` [gentoo-user] " James
  2007-06-30 18:12 ` [gentoo-user] " Pongracz Istvan
  1 sibling, 1 reply; 7+ messages in thread
From: Steve Dommett @ 2007-06-30 18:05 UTC (permalink / raw
  To: gentoo-user

James wrote:
> Hello,
>
>
> I'm looking for a serial port program, with a simple
> gui interface, that can be extended. I do not really
> <snip>
> Any ideas of something I can use as a starting point?
>   

Perhaps Komport will be a nice starting point:
http://komport.sourceforge.net/

or maybe Cutecom:
http://cutecom.sourceforge.net/

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  OT serial port program with a gui interface
  2007-06-30 17:32 [gentoo-user] OT serial port program with a gui interface James
  2007-06-30 18:05 ` Steve Dommett
@ 2007-06-30 18:12 ` Pongracz Istvan
  2007-07-01 19:30   ` [gentoo-user] " James
  1 sibling, 1 reply; 7+ messages in thread
From: Pongracz Istvan @ 2007-06-30 18:12 UTC (permalink / raw
  To: gentoo-user

Hi,

I just started to play with the same thing, what you need.

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 multiplatform (at least windows/linux), in
codeblocks I am not sure, probably only in linux.

Regards,
István


-- 
IT szolgáltatások, alkalmazásszolgáltatás
http://www.osbusiness.hu
„A humor a méltóság támasza, fölényünket hirdeti 
mindazzal szemben, amit a sors ránk mér.” 
(Romain Gary)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: OT serial port program with a gui interface
  2007-06-30 18:05 ` Steve Dommett
@ 2007-06-30 18:25   ` James
  2007-07-03  0:21     ` b.n.
  0 siblings, 1 reply; 7+ messages in thread
From: James @ 2007-06-30 18:25 UTC (permalink / raw
  To: gentoo-user

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 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 register on the microP. Likewise the 
program (gui) could interrogate the microP and discover
various settings/values, using the gui interface.
A raw terminal session will work, but, it helps me to 
be able to put simple graphics and other things beside
the IO gui boxes (my jargon is neophyte. maybe they are
called dialog boxes to gui programmers?)

I know how to do all of the serial stuff on the linux
and microP side, I just am not much of a gui developer
(to say the least)....

It can be simple to the point of spartan on the gui side
of things, I usually use C underneath and on the micro.

Currently, we're using National Instrument's CVI to do this
on the PC, but, I'd like to get away from NI...
http://www.ni.com/lwcvi/

I do not need anything as feature rich as CVI, just something
simple to build the gui side of things and which will run
on XP and gentoo(kde).


James




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: OT serial port program with a gui interface
  2007-06-30 18:12 ` [gentoo-user] " Pongracz Istvan
@ 2007-07-01 19:30   ` James
  0 siblings, 0 replies; 7+ messages in thread
From: James @ 2007-07-01 19:30 UTC (permalink / raw
  To: gentoo-user

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 multiplatform (at least windows/linux), in
> codeblocks I am not sure, probably only in linux.

Hello Istvan,

These look interesting.
I'll test drive them and see if I can get something working.

thanks,

James


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: OT serial port program with a gui interface
  2007-06-30 18:25   ` [gentoo-user] " James
@ 2007-07-03  0:21     ` b.n.
  2007-07-03  8:57       ` Benjamin Graf
  0 siblings, 1 reply; 7+ messages in thread
From: b.n. @ 2007-07-03  0:21 UTC (permalink / raw
  To: gentoo-user

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 register on the microP. Likewise the 
> program (gui) could interrogate the microP and discover
> various settings/values, using the gui interface.
> A raw terminal session will work, but, it helps me to 
> be able to put simple graphics and other things beside
> the IO gui boxes (my jargon is neophyte. maybe they are
> called dialog boxes to gui programmers?)
 >
>
> I know how to do all of the serial stuff on the linux
> and microP side, I just am not much of a gui developer
> (to say the least)....
> 
> It can be simple to the point of spartan on the gui side
> of things, I usually use C underneath and on the micro.

If you know c++, I guess you can use the GUI library wxWindows and code 
the gui yourself. It's not that hard (I use the wxWindows library under 
Python, however).

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: OT serial port program with a gui interface
  2007-07-03  0:21     ` b.n.
@ 2007-07-03  8:57       ` Benjamin Graf
  0 siblings, 0 replies; 7+ messages in thread
From: Benjamin Graf @ 2007-07-03  8:57 UTC (permalink / raw
  To: gentoo-user

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. <brullonulla@gmail.com>:
> 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 register on the microP. Likewise the
> > program (gui) could interrogate the microP and discover
> > various settings/values, using the gui interface.
> > A raw terminal session will work, but, it helps me to
> > be able to put simple graphics and other things beside
> > the IO gui boxes (my jargon is neophyte. maybe they are
> > called dialog boxes to gui programmers?)
>  >
> >
> > I know how to do all of the serial stuff on the linux
> > and microP side, I just am not much of a gui developer
> > (to say the least)....
> >
> > It can be simple to the point of spartan on the gui side
> > of things, I usually use C underneath and on the micro.
>
> If you know c++, I guess you can use the GUI library wxWindows and code
> the gui yourself. It's not that hard (I use the wxWindows library under
> Python, however).
>
> m.
> --
> gentoo-user@gentoo.org mailing list
>
>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-07-03  9:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-30 17:32 [gentoo-user] OT serial port program with a gui interface James
2007-06-30 18:05 ` Steve Dommett
2007-06-30 18:25   ` [gentoo-user] " James
2007-07-03  0:21     ` b.n.
2007-07-03  8:57       ` Benjamin Graf
2007-06-30 18:12 ` [gentoo-user] " Pongracz Istvan
2007-07-01 19:30   ` [gentoo-user] " James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox