Author |
Message |
CarlRanson Newbie
 Joined: 08/05/2015 Location: New ZealandPosts: 30 |
Posted: 11:22pm 07 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
Hey all,
So I've finally gotten back to playing with my *mites and am at the point of trying to run on the micromite hardware.
Correct me if I'm wrong, but the micromite (as sold by silicon chip) doesn't have a B: or A: drive at all. So it only has "memory" for one program.
The question is how do I get my program from the maximite SSD to the micromite's memory
Thought I'd ask before trying to trick teraTerm into "typing" out the program.
Thanks,
CR |
|
jman
 Guru
 Joined: 12/06/2011 Location: New ZealandPosts: 711 |
Posted: 11:25pm 07 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
Hi
Upload with TeraTerm using xmodem
Press F11 from the console then click file transfer xmodem send
Regards
John |
|
CarlRanson Newbie
 Joined: 08/05/2015 Location: New ZealandPosts: 30 |
Posted: 11:48pm 07 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
Thanks, John.
I dare say you saved me a fair chunk of time there.
CR |
|
panky
 Guru
 Joined: 02/10/2012 Location: AustraliaPosts: 1116 |
Posted: 12:31am 08 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
CR,
Better still, (imho) is to use TassyJims MMEdit - because there are quite a lot of differences in commands, to be able to view your code with commands etc colour coded and the ability to download and run works just great. Just upload all your Maximite programs from the SD card into the PC then open them in MMEdit. Also included is the ability to move files backwards and forwards from the Maximite so if you wanted, you could connect both machines to MMEdit.
Cheers,
Panky
... almost all of the Maximites, the MicromMites, the MM Extremes, the ArmMites, the PicoMite and loving it! |
|
WhiteWizzard Guru
 Joined: 05/04/2013 Location: United KingdomPosts: 2948 |
Posted: 12:42am 08 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
I fully agree with panky on this one - definitely worth using TassyJims brilliant MMEdit as it is so much easier for transferring programs from your MaxiMite to a MicroMite.
And yes, you are correct about the memory containing just one program (with no drives). Yet another reason for using MMEdit.
WW
|
|
CarlRanson Newbie
 Joined: 08/05/2015 Location: New ZealandPosts: 30 |
Posted: 12:25am 17 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
having a little trouble getting I2C to work on the micromite.
I'm seeing the normal hex 71 address I expect followed by a few extra bits of data.
It almost looks like its using 10bit addresses, or its cutting off most of the bits following the address.
Anything obvious that I'm missing here?
|
|
Grogster
 Admin Group
 Joined: 31/12/2012 Location: New ZealandPosts: 9643 |
Posted: 01:39am 17 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
What are you trying to talk to?
EEPROM? Smoke makes things work. When the smoke gets out, it stops! |
|
CarlRanson Newbie
 Joined: 08/05/2015 Location: New ZealandPosts: 30 |
Posted: 05:33pm 17 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
The same displays I've had working just fine on the maximiteV1.
I got some more kits this morning, I'll report back once I've built one of them up.
|
|
CarlRanson Newbie
 Joined: 08/05/2015 Location: New ZealandPosts: 30 |
Posted: 12:08am 26 Jun 2015 |
Copy link to clipboard |
 Print this post |
|
So it turn's out I'm a big dummy...the I2C device wasn't powered so the ack bit wasn't being sent back.
For the Record: On the Rigol DS1054 I2C decoding this shows as a write block with the correct address shown followed by a skinny block that just has a question mark.
Hopefully that will help someone who follows |
|