OLD | NEW |
---|---|
1 URL: https://github.com/nfrancois/serial_port/archive/v0.3.1.tar.gz | 1 URL: https://github.com/nfrancois/serial_port/archive/v0.3.1.tar.gz |
2 Version: v0.3.1 | 2 Version: v0.3.1 |
3 License: Apache 2.0 | 3 License: Apache 2.0 |
4 License File: LICENSE | 4 License File: LICENSE |
5 Description: | 5 Description: |
6 SerialPort is a Dart Api to provide access read and write access to serial port. | 6 SerialPort is a Dart Api to provide access read and write access to serial port. |
7 Local Modifications: | 7 Local Modifications: |
8 Added functionality to write binary data instead of strings. | 8 * Added functionality to write binary data instead of strings. |
9 Throw FileSystemExceptions instead of Strings. | 9 * Throw FileSystemExceptions instead of Strings. |
10 * Moved the native library out to the lib directory | |
OLD | NEW |