emartinezv / tesis

ciaaMobile (based on pridolfi/workspace)
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

UART handling is not done at a single level #4

Closed emartinezv closed 5 years ago

emartinezv commented 5 years ago

UART handling should be done exclusively at the comms level of abstraction (currently only the gsmTokenizer module). This would involve a couple of wrapping levels, but if would simplify changing the hardware interface and make the project more compatible with other platforms.

emartinezv commented 5 years ago

Module gsmComms was created to handle all UART interactions. Wrappers were decided against since they would add little to the structure.