Skip to content
  1. Feb 09, 2015
    • Bryant's avatar
      Fix setting the baud rate. · 5730af5c
      Bryant authored
      There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic
      around the 'is_cdc' variable, as I can't really follow what it's for.
      5730af5c
  2. Dec 26, 2014
  3. Dec 12, 2014
  4. Nov 24, 2014
    • Don Gagne's avatar
      Link connect/disconnect only through LinkManager · f65c0a57
      Don Gagne authored
      Centralize all connecting and disconnecting of links through
      LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer
      allowed through LinkInterface. This allows creation of new
      LinkManager::setConnections[Suspended|Allowed] methods to disallow
      connections as needed.
      f65c0a57
  5. Nov 03, 2014
    • Don Gagne's avatar
      LinkInterface::bytesAvailable api removal · dc0c3f3d
      Don Gagne authored
      This api doesn’t make any sense given the fact that LinkInterface
      signals bytesReceived with the bytes in the signal. Also the reason why
      it is never called!
      dc0c3f3d
  6. Oct 28, 2014
  7. Jul 02, 2014
  8. Jul 01, 2014
  9. May 26, 2014
  10. Mar 17, 2014
  11. Mar 16, 2014
  12. Feb 22, 2014
  13. Dec 29, 2013
  14. Dec 24, 2013
  15. Dec 22, 2013
  16. Dec 07, 2013
    • Don Gagne's avatar
      Removed LinkInterface methods which were never being called. Updated various... · bfe8684e
      Don Gagne authored
      Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
      bfe8684e
  17. Aug 18, 2013
  18. Jul 24, 2013
  19. Jul 19, 2013
  20. Jul 18, 2013
  21. Jul 12, 2013
  22. Jul 01, 2013
  23. Jun 28, 2013
  24. Jun 13, 2013
  25. Jun 10, 2013
  26. Jun 09, 2013
  27. May 14, 2013
  28. Sep 30, 2011
  29. Aug 12, 2011
    • oberion's avatar
      Serial commmunication bug fix · b7b26912
      oberion authored
      port has to be closed and deleted in the same thread as it was created. changed the disconnect function
      b7b26912
  30. Apr 23, 2011
  31. Mar 30, 2011
  32. Jan 08, 2011
  33. Jan 02, 2011
  34. Oct 24, 2010
  35. Sep 30, 2010
  36. Aug 19, 2010
Loading