Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.95 KB

HISTORY.markdown

File metadata and controls

52 lines (42 loc) · 1.95 KB
  • Completed Extensive testing on Particle Photon. Everything works properly now.

  • Port to Particle Photon by Anurag Chugh (https://github.com/lithiumhead)
  • Replaced spaces with tabs for indentation
  • If the initial bytes received in response to a transmitted frame are "zeros", keep discarding untl a non-zero byte is received
  • Assign an use a TX_Enable pin to switch RS485 driver from receiving to transmitting.
  • If debug is enabled, print TX and RX frames on Serial. Beware, enabling this messes up the timings for RS485 Transactions, causing them to fail.
  • Empty the receive before beginning Modbus transaction by repeatedly calling read() until available() returns 0.

  • Add Rakefile to manage prepare/release process
  • Add .gitignore to skip doc/html, doc/latex files
  • Add Doxyfile to repo
  • Update copyright year
  • Update email address
  • Fix references to repo
  • Move history to separate file
  • Update README copyright, email

  • Add support for Arduino 1.0

  • Add support for ATmega2560

  • Modified capitalization of functions to match Arduino style where first letter is lower-case

  • Added documentation via Doxygen comments, modified methods used to get/set storage buffers

  • Added ability to select serial port 0..3, modified methods used to get/set storage arrays, miscellaneous bug fixes



  • Initial public release