I have no idea why ,
but you can try buffer input
[code:1:3cc115ef7a]Config Com1 = 4800 , Synchrone = 0 , Parity = None , Stopbits = 2 , Databits = 8 , Clockpol = 0
Config Com2 = 4800 , Synchrone = 0 , Parity = None , Stopbits = 2 , Databits = 8 , Clockpol = 0
Enable Interrupts
Config Serialin = Buffered , Size = 20
Config Serialin1 = Buffered , Size = 20
Open "com1:" For Binary As #1
Open "com2:" For Binary As #2[/code:1:3cc115ef7a][/code]
↧