Re: is there a problem on this simple code

2005-03-13 Thread Jan Rienyer Gadil
@ sir Peter so you mean that it is correct (at least on the unpack() part) when i run this program on IDLE , Python 2.3 (enthought edition), nothing is outputted on the shell, until i decide to close the shell, wherein it tells me if i would like to kill a process... import serial import string

saving a text file

2005-02-14 Thread Jan Rienyer Gadil
any idea how to automatically save to a text file? here's what the program do: first, data is read from the serial port every fixed lenght of time the data will then be put to a table, now, every serial read, a table will be created for the data that will be gathered (one window for each table) to

graphing

2005-02-13 Thread Jan Rienyer Gadil
i'm currently using python 2.3(enthought edition) on win 2000/xp. i'm using boa constructor on the GUI part and matplotlib 0.71 on plotting the graph. i am using an MDIParentFrame. one of the child frame (MDIChildFrame1) will be used for the table part. then another child frame (MDIChildFrame2) wi

How to assign

2005-01-25 Thread Jan Rienyer Gadil
Sort of a newbie question: How am i going to assign to a variable anything the user inputs on a wxTxtCtrl? -- http://mail.python.org/mailman/listinfo/python-list

Graph and Table implementation

2005-01-21 Thread Jan Rienyer Gadil
could anyone please help me! what and how is the best implementation of creating a table based on data coming from the serial port ? and also how would i be able to create graphs (2D) based on these data? opinions and suggestion are most highly welcome. thanks. jr -- http://mail.python.org/mail