Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 18th April 2008, 11:38 PM   (permalink)
Experienced Member
 
Blog Entries: 2
binzer will become famous soon enough
Default Convert Parallel programmer to Serial

Has anybody tried this??
binzer is offline   Reply With Quote
Old 19th April 2008, 01:16 AM   (permalink)
Experienced Member
Blueteeth is on a distinguished road
Default

depends on the programmer? what chips you're programming etc... some use the parallel lines of the parallel port (D7-D0) others just bit bang the lines. So if your programmer only uses <8 lines, you may be able to write software to do the same thing with the serial port. Or.....just buy a USB - > parallel port adapter ^^

Blueteeth
__________________
Inconsistency is the key to flexibility!
Blueteeth is offline   Reply With Quote
Old 19th April 2008, 08:03 AM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Quote:
Originally Posted by Blueteeth
depends on the programmer? what chips you're programming etc... some use the parallel lines of the parallel port (D7-D0) others just bit bang the lines. So if your programmer only uses <8 lines, you may be able to write software to do the same thing with the serial port. Or.....just buy a USB - > parallel port adapter ^^
Most such adaptors wouldn't work, due to the completely non-standard way a programmer works.

However, he's not even mentioned what devices he's wanting to program?, or what programmer he has?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 19th April 2008, 11:51 AM   (permalink)
Experienced Member
 
Blog Entries: 2
binzer will become famous soon enough
Smile

Quote:
Originally Posted by Nigel Goodwin
Most such adaptors wouldn't work, due to the completely non-standard way a programmer works.
Most of what I have looked at just pump data in/out RB6&7.

[quote=However, he's not even mentioned what devices he's wanting to program?, or what programmer he has?.[/QUOTE]

What I do have is an old Dontronics DT001(www.dontronics.com) (bought quite a while back but got too busy to play with it), it's a programmer and testbed type unit based on
SimmSticks, I have a couple of sticks, one with led's and pushbuttons, one made for use with 16f84a (or similar) and a 40 pin stick.
I thought I would use this to get started and pickup something else (looking at Junebug and Inchworm). Since I had this I thought I would give it a go, but also thought it might be able to run via rs232 with a little mod. I'm still reading a bit about the old/new chips.

Tnx.
binzer is offline   Reply With Quote
Old 19th April 2008, 12:27 PM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Quote:
Originally Posted by binzer
Most of what I have looked at just pump data in/out RB6&7.
That's a rather hopeful assessment!

Quote:

What I do have is an old Dontronics DT001(www.dontronics.com) (bought quite a while back but got too busy to play with it), it's a programmer and testbed type unit based on
SimmSticks, I have a couple of sticks, one with led's and pushbuttons, one made for use with 16f84a (or similar) and a 40 pin stick.
I thought I would use this to get started and pickup something else (looking at Junebug and Inchworm). Since I had this I thought I would give it a go, but also thought it might be able to run via rs232 with a little mod. I'm still reading a bit about the old/new chips.
The DT001 is a David Tait type parallel port programmer, it would require considerable changes to use from a serial port.

What computer do you have that has a serial port and no parallel port?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 19th April 2008, 01:39 PM   (permalink)
Experienced Member
 
Blog Entries: 2
binzer will become famous soon enough
Default

Quote:
Originally Posted by Nigel Goodwin
That's a rather hopeful assessment!



The DT001 is a David Tait type parallel port programmer, it would require considerable changes to use from a serial port.

What computer do you have that has a serial port and no parallel port?.
Well my new computer has neither, only usb
I do have an older machine with both and did get it setup for doing the job.
For me something serial would be a bit more portable as the machines I have available at work do not have a parallel port, think they have one serial and many usb. I sometimes have a bit of 'downtime' at work and would get a chance to 'play'.
binzer is offline   Reply With Quote
Old 19th April 2008, 01:51 PM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Quote:
Originally Posted by binzer
Well my new computer has neither, only usb
I do have an older machine with both and did get it setup for doing the job.
For me something serial would be a bit more portable as the machines I have available at work do not have a parallel port, think they have one serial and many usb. I sometimes have a bit of 'downtime' at work and would get a chance to 'play'.
It would unusual to have serial and not parallel?, usually both are dropped in favour of USB.

I would suggest you buy a Junebug (or actual PICKit 2), and run from USB instead. As you're wanting 'portable' a real PICKit2 might be better for you?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 19th April 2008, 02:06 PM   (permalink)
Experienced Member
 
Blog Entries: 2
binzer will become famous soon enough
Default

Quote:
Originally Posted by Nigel Goodwin
That's a rather hopeful assessment!
The DT001 is a David Tait type parallel port programmer, it would require considerable changes to use from a serial port.
What computer do you have that has a serial port and no parallel port?.
I am trying to use what I have available for right now, (low budget).
I did setup an old dell P3 with XP and Mplab, it does have a parallel, serial,usb, and
hopefully enough memory to use for this. I did buy the Dontronics stuff quite a while back
but just got too busy to play with it, I used to do quite a bit of this type stuff at my old job
(eng tech), my new job is like plug&play except for the diag part so I want to get back into
doing some electronics on the side. I am looking at the Junebug and Inchworm, any others
I should look at?? I am also thinking of trying this under Linux, but Mplab and some of the
other programs seem very good!

TIA.
binzer is offline   Reply With Quote
Old 19th April 2008, 02:51 PM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Quote:
Originally Posted by binzer
I am trying to use what I have available for right now, (low budget).
I did setup an old dell P3 with XP and Mplab, it does have a parallel, serial,usb, and
hopefully enough memory to use for this. I did buy the Dontronics stuff quite a while back
Yes, I've still got all the SIMMStick stuff, bit old now, me and Don used to email multiple times daily, and he made suggestions and beta tested PicProg for me.

Quote:

but just got too busy to play with it, I used to do quite a bit of this type stuff at my old job
(eng tech), my new job is like plug&play except for the diag part so I want to get back into
doing some electronics on the side. I am looking at the Junebug and Inchworm, any others
I should look at?? I am also thinking of trying this under Linux, but Mplab and some of the
other programs seem very good!
Linux is hard because there's very little PIC support, and no official support at all.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 19th April 2008, 02:52 PM   (permalink)
Experienced Member
 
Blog Entries: 4
blueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to behold
Send a message via Skype™ to blueroomelectronics
Default

There are many, but the Junebug is mine

There is a little Linux support but the best tools are still using XP. The PICkit2 or Junebug have better Linux support than the ICD2 / Inchworm.
A PICkit2 / Linux fan site.
http://mcuee.blogspot.com/
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline   Reply With Quote
Old 19th April 2008, 03:27 PM   (permalink)
Experienced Member
 
Blog Entries: 2
binzer will become famous soon enough
Talking

Thanks for the reply's, looks like this is a good place with knowledgeable people,
binzer is offline   Reply With Quote
Old 20th April 2008, 01:08 PM   (permalink)
Experienced Member
 
Blog Entries: 2
binzer will become famous soon enough
Default

Quote:
Originally Posted by blueroomelectronics
There are many, but the Junebug is mine
Looking closely at this, think this it,did you get my PM?

Quote:
There is a little Linux support but the best tools are still using XP. The PICkit2 or Junebug have better Linux support than the ICD2 / Inchworm.
A PICkit2 / Linux fan site.
http://mcuee.blogspot.com/
Bummer. I have been using Linux only for about 4 years for my desktop. I did notice that most of the pic tools run under XP, thats ok, I can do that!
binzer is offline   Reply With Quote
Old 20th April 2008, 02:22 PM   (permalink)
Experienced Member
 
Blog Entries: 4
blueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to beholdblueroomelectronics is a splendid one to behold
Send a message via Skype™ to blueroomelectronics
Default

No I didn't can you PM me again. I've got to nip my email problems in the bud.
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
16 bit serial in parallel out shift registers forder Electronic Projects Design/Ideas/Reviews 13 27th October 2007 11:24 AM
Convert serial LCD code into parallel LCD.. Help please.. AntRoFiZ Micro Controllers 10 22nd May 2007 01:07 PM
Need help badly on Inchworm and MPLAB thushy Micro Controllers 14 11th March 2007 06:05 PM
Serial to Parallel mstechca Electronic Projects Design/Ideas/Reviews 6 30th March 2005 04:40 AM
Serial in, Parallel out.... pike Datasheet/Parts Requests 3 7th November 2003 09:34 PM



All times are GMT. The time now is 10:41 AM.


Electronic Circuits  |  Radio Controlled
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.