Incorporating half-duplex (echo suppression) support in blhost

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Incorporating half-duplex (echo suppression) support in blhost

646 Views
robertpoor
Senior Contributor I

In our application, we need blhost to do firmware updates on a KL27Z via a half-duplex serial line (RS-485, a common industrial standard).  To make blhost work on a half-duplex line, we've extended blhost to "suppress echoes", or more accurately, blhost ignores a received packet if it's identical to the packet just transmitted.  This feature is enabled via a -e/--echosuppress flag on the command line.

So that all works and has proven to be robust.

Our question: since there are certainly other clients working with RS-485 and half-duplex serial lines, is there any interest in back-porting echo suppression into the main branch of blhost?  And if so, what's the procedure for doing so?  

Tags (1)
0 Kudos
Reply
0 Replies