Plastic-Scanner / PSplot

A lightweight tool for obtaining and visualising the discrete near-infrared (NIR) data using the Plastic Scanner
GNU General Public License v3.0
7 stars 5 forks source link

COM port cannot be open if an Arduino Uno Clone is used #35

Closed Jerzeek closed 8 months ago

Jerzeek commented 1 year ago

Whenever an Arduino uno clone is used, it does not want to use In serial it outputs the following: Cannot open serial port 'None', using dummy data Cannot open serial port 'None', using dummy data Cannot open serial port 'COM11', using dummy data Cannot open serial port 'COM11', using dummy data

instead of : Cannot open serial port 'None', using dummy data Cannot open serial port 'None', using dummy data Opened serial port COM13 Opened serial port COM13

The clone has a CH340 serial chip

Jerzeek commented 8 months ago

The pull from @gillens solved this!