Hi all.
I'm trying to connect to arduino using pduino 0.2. I have 0.38.4-extended distribution. When I load the test patch of pduino library i get the following errors:

OSCroute object version 1.05 by Matt Wright. pd: jdl Win32 raf.
OSCroute Copyright ? 1999 Regents of the University of California. All Rights Reserved.
O : Open Sound Control 4 PD, http://www.cnmat.berkeley.edu/OSC
S : original code by matt wright, pd hakcs cxc, Win32-port raf@interaccess.com
C: ver: 0.2, compiled: Mar 28 2004
iemlib1 (R-1.17) library loaded! (c) Thomas Musil 11.2006
musil@iem.at iem KUG Graz Austria
iemlib2 (R-1.17) library loaded! (c) Thomas Musil 11.2006
musil@iem.at iem KUG Graz Austria
iem_mp3 (R-1.17) library loaded! (c) Thomas Musil 11.2006
musil@iem.at iem KUG Graz Austria
iem_t3_lib (R-1.17) library loaded! (c) Gerhard Eckel, Thomas Musil 11.2006
musil@iem.at iem KUG Graz Austria
list split 1
... couldn't create
list-rev 2 0 3 1 (trigger->bang) connection failed
list-rev 3 0 4 1 (bang->bang) connection failed
list-rev 9 1 3 1 (trigger->bang) connection failed
list-rev 9 2 4 1 (trigger->bang) connection failed
analog 18 1 4 1 (trigger->bang) connection failed
comport - PD external for unix/windows
LGPL 1998-2005, Winfried Ritsch and others (see LICENCE.txt)
Institute for Electronic Music - Graz
Opened serial line device COM2

flatspace: can't load library in C:/Program Files/pd
blahsymbol: flatspace
iemlib: can't load library in C:/Program Files/pd
blahsymbol: iemlib
mapping: can't load library in C:/Program Files/pd
blahsymbol: mapping
arduino.pd 14 1 13 0 (comport->print) connection failed
error: $1: argument number out of range
error: $2: argument number out of range
Write error, maybe TX-OVERRUNS on serial line
Write error, maybe TX-OVERRUNS on serial line

As it can be seen in the log, i have iemlib installed, it sucessfully loads at startup, but i still get "iemlib: can't load library". I'm also having problems with flatspace and list split (as far as I've read in other forums and pd list, i should have both in my system).

What am i doing wrong?

THANKS!!!