AS-289R2 Thermal Printer shield control library

Dependents:   AS-289R2_Hello-World AS-289R2_Hello-World-mbed-OS hybrid_image_as289r2 microbit_AS-289R2 ... more

Revision:
1:ee311b8f969b
Parent:
0:982a7efb3ef0
Child:
2:ce25d0949cbd
--- a/AS289R2.cpp	Sun Sep 04 02:27:12 2016 +0000
+++ b/AS289R2.cpp	Sun Sep 04 03:09:27 2016 +0000
@@ -37,7 +37,7 @@
     _serial_p(NULL),
     _serial(serial_obj)
 {
-    _serial.baud(9600);
+    _serial.baud(baud);
     initialize();
 }