On 2012-05-16,
vk3...@virginbroadband.com.au <
vk3...@virginbroadband.com.au> wrote:
> On May 15, 10:32 pm, Simon Clubley <clubley@remove_me.eisner.decus.org-
> Earth.UFP> wrote:
>>
>> What operating system are you using ?
>>
>> In a Unix environment, I would look at using the transmit command in
>> C-Kermit instead which will send a file as-is along with optional delays.
>>
>
> Hi Simon,
>
> Thanks for your reply. I'm using Windows 7 64bit and PuTTY on a laptop
> computer.
>
> Rod.
[In which case, someone else will have to suggest some other tools suitable
for Windows 7 64 bit mode if the following suggestion does not work; I don't
use, or develop for, any Windows based environments outside of work these
days.]
If all you want is to blindly send a file with some delays, have you
considered using something like Python and writing a small Python script
to do the upload ?
Python comes with a serial port library which may help.