Multitech MTCBA-G-F User Manual Page 222

  • Download
  • Add to my manuals
  • Print
  • Page
    / 237
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 221
184
if PORTA.1= 1 then
break
end if
if Usart_Data_Ready = 1 then
menu1 = Usart_Read
select case menu1
case "1"
editarentradasdigitales()
entradasdigitales()
case "2"
verentradasdigitales()
while true
if PORTA.1= 1 then
break
end if
if Usart_Data_Ready = 1 then
menu1 = Usart_Read
if (menu1 = "R") OR (menu1 = "r") then
verentradasdigitales()
else
break
end if
end if
wend
entradasdigitales()
case "3"
menuprincipal()
break
case else
Page view 221
1 2 ... 217 218 219 220 221 222 223 224 225 226 227 ... 236 237

Comments to this Manuals

No comments