Hi, I write this program in bascom:
[code:1:fecdaa5fb5]Do
Inputbin A
B = Val(a)
Cls
Lcd "skuska"
Lowerline
Lcd B
Waitms 100
Loop[/code:1:fecdaa5fb5]
When I use bascom terminal and send ASCII number 049, on LCD I see number 1, when I send ASCII number 050, on LCD I see number 2. This is okey and now I know what program send to the MCU and how output I must set or reset, but when I use different terminal(Serial port monitor) and send Dec: 049 so on LCD I see always different number
↧