Extensively refine code for these three serial I/O examples #448
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
README.md
stream-based demo, and explaining how to use it
host.adb
why it is needed
demo_serial_port_blocking.adb
other versions
demo_serial_port_nonblocking.adb
demo_serial_port_streaming.adb
code and project file.
peripherals_blocking.ads
peripherals_nonblocking.ads
peripherals_streaming.ads
serial_io-blocking.ads
Initialize_Hardware and Configure since client can easily call them. Better
separation of concerns as a result.
serial_io-blocking.adb
serial_io-nonblocking.ads
Initialize_Hardware and Configure since client can easily do so, and simplifies this package
serial_io-nonblocking.adb
a little faster
serial_io-streaming.ads
Initialize_Hardware and Configure since client can easily do so, and simplifies this package
serial_io-streaming.adb
serial_io.ads
serial_io.adb