| Contents | Index |
obj
disp(obj)
obj or disp(obj) displays summary information for obj, a serial port object or an array of serial port objects.
In addition to the syntax shown above, you can display summary information for obj by excluding the semicolon when:
Creating a serial port object
Configuring property values using the dot notation
Use the display summary to quickly view the communication settings, communication state information, and information associated with read and write operations.
The following commands display summary information for the serial port object s. on a Windows platform
s = serial('COM1')
s.BaudRate = 300
s
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |