Fix Bug #514; PORTWRITEARRAY now writes ' ' instead of random memory for non-int items in its array input
Throwing a bad input error risked compatibility problems. Writing NUL would break old text-based protocols that use COM communication. Writing an ASCII space seemed to be the safest way to ignore garbage input.