LPC810 mini ARM Prozessor in 8 pin dip package

Yay! Finally an LPC810 arrived in the post.

Great. I'm curious what nice little Arduino programs you are making with it.

Unfortunately, I have been unable to get flushmagic.py to work on Windows. However,
lpc21isp works fine, and as that is generally a
better solution for Windows, I propose to use lpc21isp instead.

Oh, that's a pity. The advantage of "flushmagic.py" is, that you can alter the code.
I had to do it for my Arduino programmer:
http://hobby-roboter.de/forum/viewtopic.php?f=4&t=152#p602
This programmer works very comfortable because it automatically resets the LPC810 and pulls the ISP-line at the start of programming and when it finishes, it reset the LPC810 again to start the program. The development flow is exactly the same as with an Arduino Uno: just press the button than the program compiles, downloads and starts. All in all very comfortable.

That this process is working, I had to modify "flushmagic.py" a little bit and introduce a delay at "flushmagic.py" start because the LPC810 needs a little time to recover from reset.

I don't understand why it is not working on windows. Python brings the serial-library and I think this library should also work on windows. The program itself does not look very resource challenging.