"azrael" wrote:
> I guess that this is not an option because of the case that the
> calculation of the needed statistics takes not always the same time
> nad I am afraid tht using sleep() would after a couple of time periods
> skip a meassurement.
If I understand correctly what you are attempti
On Apr 5, 9:48 pm, Dennis Lee Bieber wrote:
> On Sun, 5 Apr 2009 10:14:08 -0700 (PDT), azrael
> declaimed the following in gmane.comp.python.general:
>
> > DB saving, and anotherone for statistics and other stuff because it is
> > very important to save the signal which comes every second. if the
I guess that this is not an option because of the case that the
calculation of the needed statistics takes not always the same time
nad I am afraid tht using sleep() would after a couple of time periods
skip a meassurement.
--
http://mail.python.org/mailman/listinfo/python-list
azrael wrote:
I am currently working on an application and I need a advise.
I am supposed to read data from a device connected to a serial port. I
am reading data using pySerial. The devise is sending signals with a
time between two signals of one second.
The application is supposed to collect
On 5 tra, 14:48, 一首诗 wrote:
> Do you have to show these data on GUI? If so, why not use the event
> pattern?
> As far as I know, it's the standard way wxPython works.
Yes, I have to show the signaled data, but also create some
statistical meassurement datasets as also some graphical
represenata
Do you have to show these data on GUI? If so, why not use the event
pattern?
As far as I know, it's the standard way wxPython works.
BTW : If it's not complicated, I think maybe some wysiwyg solution is
better.
I use python for almost every thing, except these related to GUI.
On Apr 5, 8:31 pm,
I am currently working on an application and I need a advise.
I am supposed to read data from a device connected to a serial port. I
am reading data using pySerial. The devise is sending signals with a
time between two signals of one second.
The application is supposed to collect the data and pu