Home Forums EasyTransfer Library Support Forum ACKnowledgment for EasyTransfer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1634
    Anonymous
    Inactive

    Hi Bill,

    Many thanks for the EasyTransfer work, I’ve got this going across serveral devices now & not all Arduino based so all very good 🙂

    I’m wondering if you are planning to build in any ACKnowledgment functions in the future along with perhaps some TX-RX fail tracking to determine how many packets get lost along the way?

    Thanks again.

    #1643
    Bill
    Member

    It’s on my list for Easytransfer 2.0 with advanced options. Though because of my upcoming wedding I don’t have a time table for when that will be done.

    In the mean time if you need an ack scheme it wouldn’t be too hard to implement.

    if(ET.receiveData()) Serial.print(“A”); and on the transmitting end have it send data, wait a bit then look for an A coming back. If no A comes back send again.

    #1657
    Anonymous
    Inactive

    Thanks Bill – looking forward to seeing EasyTransfer 2.0 …… but weddings come first 🙂  Have a great day.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.