23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

disp (serial)<br />

2disp (serial)<br />

Purpose Display serial port object summary information<br />

Syntax obj<br />

disp(obj)<br />

Arguments<br />

Description obj or disp(obj) displays summary information for obj.<br />

Remarks In addition to the syntax shown above, you can display summary information<br />

for obj by excluding the semicolon when:<br />

2-448<br />

obj A serial port object or an array of serial port objects.<br />

• Creating a serial port object<br />

• Configuring property values using the dot notation<br />

Use the display summary to quickly view the communication settings,<br />

communication state information, and information associated with read and<br />

write operations.<br />

Example The following commands display summary information for the serial port<br />

object s.<br />

s<br />

s = serial('COM1')<br />

s.BaudRate = 300

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!