Open zhushaoan opened 1 month ago
That is probably a question for the node-serial developers.
这可能是节点序列开发人员的一个问题。
The two different nodes encountered the same situation
What I meant was both those nodes make use of node-serial
(https://www.npmjs.com/package/node-serial) to list the available serial ports.
The list of available ports is generated by this code:
Which just asks the node-serial code to list the available ports.
Why is the serial port list displayed the serial port list of the host machine instead of the docker container?