| OLD | NEW |
| 1 <table class="intro"> | 1 <table class="intro"> |
| 2 <tr> | 2 <tr> |
| 3 <th scope="col"></th> | 3 <th scope="col"></th> |
| 4 <th scope="col"></th> | 4 <th scope="col"></th> |
| 5 </tr> | 5 </tr> |
| 6 <tr> | 6 <tr> |
| 7 <td><strong>Description:</strong></td> | |
| 8 <td>Use the <code>chrome.serial</code> module | |
| 9 to read from and write to a device connected to a serial port. | |
| 10 </td> | |
| 11 </tr> | |
| 12 <tr> | |
| 13 <td><strong>Availability:</strong></td> | |
| 14 <td>Google Chrome 23</td> | |
| 15 </tr> | |
| 16 <tr> | |
| 17 <td><strong>Permissions:</strong></td> | 7 <td><strong>Permissions:</strong></td> |
| 18 <td><code>"serial"</code></td> | 8 <td><code>"serial"</code></td> |
| 19 </tr> | 9 </tr> |
| 20 <tr> | 10 <tr> |
| 21 <td><strong>Learn more:</strong></td> | 11 <td><strong>Learn more:</strong></td> |
| 22 <td><a href="app_hardware.html">Accessing Hardware Devices</a></td> | 12 <td><a href="app_hardware.html">Accessing Hardware Devices</a></td> |
| 23 </tr> | 13 </tr> |
| 24 </table> | 14 </table> |
| OLD | NEW |