通过serial接口可以使Chrome应用进行串口通信。使用serial接口需要在Manifest中声明serial权限:
serial
"permissions": [ "serial" ]
本章内容参考自https://crxdoc-zh.appspot.com/apps/serial。