Denso RC5 Specifications Page 395

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 394
Chapter 13 Input/Output Control Statements
13-13
13.3 Serial Binary Transmission Commands
(RS232C and Ethernet ports)
printb (Version 1.5 or later)
Function
Outputs a single byte of data to the RS-232C or Ethernet port.
Format
printb #<portnumber>,<integervarnumber>
<portnumber> Output port number
(1: Controller RS-232C port, -1: µVision RS-232C port,
4 to 7: Ethernet server ports, 8 to 15: Ethernet client ports)
<integervarnumber>Integer variable number where output data is stored
Explanation
This command outputs the lower byte of data assigned to
<integervarnumber> to the port specified by <portnumber>.
Example
'!TITLE "<Title>"
PROGRAM sample
.
.
.
printb #1,I10 'Output the lower byte of data stored in I10 to RS-232C port
.
.
.
end
Page view 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 691 692

Comments to this Manuals

No comments