When using Baud # 1, 14400 possible to substitute a variable in place of speed?
Doing so. mini sample
[code:1:79c50dc5c8]
Dim A as Long
Open "coma.1:9600,8,n,1" for output #1
Do
A = 14400
Baud #1, A
Printbin #1, &H11223344
Loop
Close #1
End
[/code:1:79c50dc5c8]
As such, the transfer just falls, transmitted, only 00.
[b:79c50dc5c8][color=red:79c50dc5c8](BASCOM-AVR version : 2.0.7.1 , Latest : 2.0.7.6 )[/b:79c50dc5c8][/color:79c50dc5c8]
↧