MakeBlock Drive Updated
Updated library for MakeBlock Ranger
Loading...
Searching...
No Matches
MeSerial.cpp File Reference

this file is a drive for serial More...

#include "MeSerial.h"
#include <stdio.h>
#include <stdarg.h>
Include dependency graph for MeSerial.cpp:

Detailed Description

this file is a drive for serial

Author
MakeBlock
Version
V1.0.3
Date
2016/09/20
Copyright
This software is Copyright (C), 2012-2016, MakeBlock. Use is subject to license
conditions. The main licensing options available are GPL V2 or Commercial:
Open Source Licensing GPL V2
This is the appropriate option if you want to share the source code of your
application with everyone you distribute it to, and you also want to give them
the right to share who uses it. If you wish to use this software under Open
Source Licensing, you must contribute all your source code to the open source
community in accordance with the GPL Version 2 when your application is
distributed. See http://www.gnu.org/copyleft/gpl.html
Description
This file is a drive for serial, It support hardware and software serial
Method List:
  1. void MeSerial::setHardware(bool mode)
  2. void MeSerial::begin(long baudrate)
  3. void MeSerial::end(void)
  4. size_t MeSerial::write(uint8_t byte)
  5. int16_t MeSerial::read(void)
  6. int16_t MeSerial::available(void)
  7. bool MeSerial::listen(void)
  8. bool MeSerial::isListening(void)
  9. int16_t MeSerial::poll(void)
History:
`<Author>`         `<Time>`        `<Version>`        `<Descr>`
Mark Yan         2015/09/08     1.0.0            Rebuild the old lib.
Mark Yan         2016/01/20     1.0.1            support arduino pin-setting.
Scott wang       2016/09/18     1.0.2            support the ATmega2560  Serial3 setting.
Scott            2016/09/20     1.0.3            support the Auriga Serial.