upm
0.4.1
Sensor/Actuator repository for libmraa (v0.8.0)
|
API for the U-BLOX 6 and SIM28 GPS Modules. More...
UPM support for the U-BLOX 6 GPS module. It is also compatible with the SIM28 GPS module.
Public Member Functions | |
synchronized void | delete () |
Ublox6 (int uart) | |
boolean | dataAvailable () |
int | readData (byte[] buffer) |
int | writeData (byte[] buffer) |
boolean | setupTty (int baud) |
boolean | setupTty () |
boolean dataAvailable | ( | ) |
Checks to see if there is data available for reading
boolean setupTty | ( | int | baud | ) |
Sets up proper tty I/O modes and the baud rate. The default baud rate is 9,600 (B9600).
baud | Desired baud rate |