Skip to main content
Visitor II
June 15, 2004
Question

ST7 with X-modem protocol

  • June 15, 2004
  • 3 replies
  • 571 views
Posted on June 15, 2004 at 05:02

ST7 with X-modem protocol

    This topic has been closed for replies.

    3 replies

    marco32Author
    Visitor II
    June 14, 2004
    Posted on June 14, 2004 at 08:26

    I want to send a complete *.ini file to the firmware [ST72C334]

    I don't want made special software on the PC, so i must take standard protocols to send the *.ini file to the firmware.

    I think the X-modem will be the easiest, [hyper terminal], but it sends packets of 128 bytes?

    It's a lot, but the ST72C334 have 512 bytes RAM, so it can!

    Has anybody build X-modem software for the ST7? [Assembler]

    Is there another standard protocol which will be used by hyper terminal, that i can use with smaller packets?

    Visitor II
    June 15, 2004
    Posted on June 15, 2004 at 02:45

    hyperterminal can also be used for byte by byte transfer, Use Text file transfers. Or you can also implement handshaking.

    marco32Author
    Visitor II
    June 15, 2004
    Posted on June 15, 2004 at 05:02

    The hardware is already finished and doesn't support handshaking.

    Text file transfer used byte by byte transfer, but the receiver can't hold the transfer is it?

    The receicved bytes must be wrtitten in the EEPROM.

    Anybody other solutions?

    Thanks for you're reply alok!