PeterBLITZ / m2tklib

Automatically exported from code.google.com/p/m2tklib
0 stars 0 forks source link

Use console as event handler and output device #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Use arduino serial in

Original issue reported on code.google.com by olikr...@gmail.com on 21 May 2012 at 5:41

GoogleCodeExporter commented 8 years ago
... and an output device, which acts like an LCD

Original comment by olikr...@gmail.com on 21 May 2012 at 7:11

GoogleCodeExporter commented 8 years ago
- added m2esserial.cpp
- added this file to the u8g release
todo
- setup screen utility to do cmd line testing
- debugging
- add m2esserial.cpp to all other releases

Original comment by olikr...@gmail.com on 8 Jun 2012 at 8:26

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 8 Jun 2012 at 8:28

GoogleCodeExporter commented 8 years ago
all todo's done,
testing withing arduino IDE is missing

Original comment by olikr...@gmail.com on 9 Jun 2012 at 2:20

GoogleCodeExporter commented 8 years ago
manual setting of Serial.begin(9600) required in setup(). Why?

Original comment by olikr...@gmail.com on 21 Jun 2012 at 10:16

GoogleCodeExporter commented 8 years ago
maybe serial.begin is called by the constructor, before the real serial object 
is created. --> delayesd execution 

Original comment by olikr...@gmail.com on 21 Jun 2012 at 10:17

GoogleCodeExporter commented 8 years ago
done

Original comment by olikr...@gmail.com on 24 Jun 2012 at 7:15