David Palmer

Results 5 comments of David Palmer

I have also spent tens of hours debugging serial corruption due to this problem. My simplest code that shows this on an oscilloscope: ``` import serial import time port =...

In Python 3, raise takes zero or one arguments, as described in PEP 3109. The three-argument form is no longer supported. ``` raise ImportStringError(import_name, e), None, sys.exc_info()[2] ``` But this...

1440 is the number of minutes in a day(24*60), so 1.0/1440 is 1 minute in days. So before the modification, it sees the 05:57:30 rise and redoes the calculation starting...

I've forked Repetier-Host-Mac to fix a few things, but I don't see any commits here since Nov 2013. Is your 'mac version in development' branch committed anywhere so I can...

I came here to github to also request this feature.