Moi,
I am running Pd version 0.38.4-extended-RC8 under Windows XP Service Pack 2.
I want to use the Arduino board together with Pure Data to turn on/off a LED via bangs from PD.

1.) I uploaded Hans-Christoph Steiner's Pduino´s firmware on my Arduino board
2.) if I then open the arduino-test PD patch I get the following errors:

hardware: can't load library in C:/Programme/pd
blahsymbol: hardware
mapping: can't load library in C:/Programme/pd
blahsymbol: mapping
 mapping/tolist
... couldn't create
 purepd/alternate
... couldn't create
 mapping/resample 100
... couldn't create
 mapping/resample 100
... couldn't create
 mapping/resample 100
... couldn't create
 mapping/resample 100
... couldn't create
 mapping/resample 100
... couldn't create
 mapping/resample 100
... couldn't create
 mapping/resample 100
... couldn't create
 mapping/resample 100
... couldn't create
hardware: can't load library in C:/Programme/pd
blahsymbol: hardware
flatspace: can't load library in C:/Programme/pd
blahsymbol: flatspace
iemlib: can't load library in C:/Programme/pd
blahsymbol: iemlib
mapping: can't load library in C:/Programme/pd
blahsymbol: mapping
 bytemask -----
... couldn't create
 bytemask ---------
... couldn't create
 mapping/tolist
... couldn't create
 mapping/debytemask
... couldn't create
 mapping/debytemask
... couldn't create
** ERROR ** could not open device COM2:
 failure(0): No error

arduino.pd 16 1 11 0 (comport->canvas) connection failed
[arduino]: version_0.3
WriteFile error: 6
Write error, maybe TX-OVERRUNS on serial line
WriteFile error: 6
Write error, maybe TX-OVERRUNS on serial line
Opened serial line device  COM4

An the patch is not running.
Any suggestions???
Thanks.