HOWTO: Use a Dataman S4 under Linux

Topics related to the Dataman S4
Guest
Posts: 723
Joined: 09 Nov 2011 17:16

HOWTO: Use a Dataman S4 under Linux

Postby Guest » 14 Nov 2011 16:35

I saw a few posts about people asking how to use Dataman programmers under Linux, this is how I use an S4 with Gentoo:

To send a file from PC to S4:
1. Press 'SETUP' on the S4 and change file to 'BINARY' and check the other settings whilst you are there. I use 115200,8N1, no handshaking
2. Setup serial port on Linux PC to correct parameters with setserial
3. On the S4, select chip type and then press 'RCVE'. Make sure you set the range correctly (for a 4Mbit chip it's 0000 - 7FFFF) and press 'ENTER'
4. The S4 is now ready to receive, I use the following command to transfer the file:

Code: Select all

dd if=/filename.rom of=/dev/ttys0
The S4 should now be making screeching noises (if you have download sound turned on) whilst it downloads.

To receive, press SEND instead of RCVE and then use this command:

Code: Select all

dd if=/dev/ttys0 of=/filename.rom
Hope this helps.

Ewan

Dataman (Neil Parker)
Posts: 931
Joined: 10 Nov 2011 09:51

Re: HOWTO: Use a Dataman S4 under Linux

Postby Dataman (Neil Parker) » 24 May 2012 11:04

Hello Ewen,

Thank you for this information, it may prove helpful to some of our users.

Regards
Neil Parker
Dataman Programmers


Return to “Dataman S4”

Who is online

Users browsing this forum: No registered users and 16 guests