cancel
Showing results for 
Search instead for 
Did you mean: 

ST7 with X-modem protocol

marco32
Associate II
Posted on June 15, 2004 at 05:02

ST7 with X-modem protocol

3 REPLIES 3
marco32
Associate II
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?

alok2
Associate II
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.

marco32
Associate II
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!