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

2007-06-30 Thread James
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





-- 
[EMAIL PROTECTED] mailing list



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

2007-06-30 Thread Steve Dommett

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/

--
[EMAIL PROTECTED] mailing list



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

2007-06-30 Thread Pongracz Istvan
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)

-- 
[EMAIL PROTECTED] mailing list