Skip to content
Snippets Groups Projects
Commit f869965c authored by Federico Lolli's avatar Federico Lolli
Browse files

updated requirements

parent 35d44606
Branches
Tags
No related merge requests found
requirements:
- MUST have a non-blocking writing (write in a queue and forget)
- MUST have a blocking reading
- MUST provide a baud rate options
- MUST use f32 types for serial communication
- MUST provide a baud rate option
- MUST implent a multithread approach (concurrent write for different ports)
- MUST use codenames for the ports (and passed as arguments)
- SHOULD provide a interface with method for open, close, read, write
- SHOULD provide the same interface of actual serial_bridge C++ implementation
- MAY use the creates `serial` and `rust_mex`
- MAY implent a multithread approach (concurrent read for different ports)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment