chaapbot's instructable
Tell us about yourself!
- chaapbot commented on chaapbot's instructable Multi Color Dot Printer
- chaapbot's instructable Multi Color Dot Printer's weekly stats:
- chaapbot commented on chaapbot's instructable Multi Color Dot PrinterView Instructable »
welcome :-)
- chaapbot commented on Nikus's instructable Dotter - Huge Arduino Based Dot Matrix PrinterView Instructable »
Hi AgainIn running the processing code there is an error with serial port. Fortunately I found it: Line "portName = Serial.list()[1];" causes the error!I fixed it by changing 1 to 0: portName = Serial.list()[0];
- chaapbot commented on Nikus's instructable Dotter - Huge Arduino Based Dot Matrix Printer
You are welcome. I made a lot of use of your work. :-)