Also bei mir geht das nicht...
Code:
Config Com1 = Dummy , Synchrone = 0 , Parity = None , Stopbits = 1 , Databits = 8 , Clockpol = 0
Config Com2 = Dummy , Synchrone = 0 , Parity = None , Stopbits = 1 , Databits = 8 , Clockpol = 0

Open "Com2" For Binary As #2
Printbin #2 Var
Close #2

Open "Com1" For Binary As #1
Printbin #1 Var2
Close #1
Wenn ich "Printbin Var2" mache, dann gehts auf dem ersten comport. aber "printbin #irgendwas var" geht nie. Liegt das an mir???