בס"ד
חיברתי קובץ הנ"ל לאקסס ב tools \ references
מ system32
וניסיתי גם מ system64
וכתבתי ```
Dim mycom As MSComm
Set mycom = New MSComm
mycom.PortOpen = True
mycom.CommPort = 3
mycom.Output = "W"
mycom.InputLen = 10
MsgBox mycom.Input
ומחזיר לי שגיאה:
429
ActiveX component can't create object
?????