要用到byte类型的数组。你可以看有关这个的VB说明。我有些时间不用了。好象是
dim a() as byte
dim b
redim a(0)
a(0)=145
b=a
再发送b就行了。如果没记错,MSCOMM是要发送类型为Variant.