You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be far more modular and easy to use if it were something that could be simply be 'plugged into' a project by using it as a child object, rather than having to #include it inline an existing one.
Add a way to 'attach' a physical layer's getchar() and putchar() methods at runtime
Break up file transfer code such that an individual zmodem frame is transmitted, then returns (currently blocks for the entire file transmission)
The text was updated successfully, but these errors were encountered:
It would be far more modular and easy to use if it were something that could be simply be 'plugged into' a project by using it as a child object, rather than having to #include it inline an existing one.
getchar()
andputchar()
methods at runtimeThe text was updated successfully, but these errors were encountered: