arduino-libraries / Arduino_OV767X

Official OV767X Library for Arduino , currently supports OV7670 and OV7675 cameras
https://www.arduino.cc/reference/en/libraries/arduino_ov767x/
GNU General Public License v2.0
68 stars 25 forks source link

COM5: Serial port naming on Windows #3

Closed 8bitkick closed 4 years ago

8bitkick commented 4 years ago

From blog comment:

The CameraVisualizerRawBytes for Processing didn’t work on Windows, until I changed the serial port from “COM5:” to “COM5”. I think the : symbol is a typo maybe?

A quick fix but I don't have a windows machine to test this on

facchinm commented 4 years ago

Yep, it's a typo, fixing now :slightly_smiling_face: Thanks for reporting!