Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 19, 2024, 07:44:16 07:44


Login with username, password and session length


Pages: [1]
Print
Author Topic: usb to lpt converter  (Read 9518 times)
0 Members and 1 Guest are viewing this topic.
digi_micro
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 0
-Receive: 2


« on: January 03, 2008, 10:13:40 22:13 »

i havent got lpt port on my notbook and i want to use usb to lpt converter cable for pic programming
but this cable not genarate any lpt port but its works with printer
pls help me how can i use this converter cable

this cable ic is CH-340S its brand: s-link and model:sl-25f
Logged
kolin
Junior Member
**
Offline Offline

Posts: 40

Thank You
-Given: 27
-Receive: 19


« Reply #1 on: January 03, 2008, 10:40:54 22:40 »

usb-lpt cables usually can't be used as LPT port. They only works with printers.
sorry for bad news
Logged
gtn
Newbie
*
Offline Offline

Posts: 14

Thank You
-Given: 71
-Receive: 0


« Reply #2 on: January 04, 2008, 07:27:43 07:27 »

Unfortunatelly Kolin is correct. Simple adapter won't do the job. If your notebook has PCMCIA conncetor, then you can use PCMCIA->LPT. Bad news is that it costs about 100$. So it is better to buy a brand new Microchip USB ICD2 from ebay for about 80$. It is much better than parallel programing Smiley
Logged
yobalzal
Junior Member
**
Offline Offline

Posts: 48

Thank You
-Given: 18
-Receive: 11



« Reply #3 on: January 04, 2008, 09:06:38 09:06 »

I am facing the same problem. My notebook don't have any serial or parallel port. I even tried a bit expensive USB docking station but it did not work. I found though a USB to serial that gives me a real com port (almost every application that uses serial port works) but unfortunately could not found a bit cheaper solution for lpt.

Please don't forget to post the detail here if anyone finds (I mean make and model, and Price?)

Cheers...
Logged
dideco
Junior Member
**
Offline Offline

Posts: 39

Thank You
-Given: 7
-Receive: 6


« Reply #4 on: January 04, 2008, 12:46:47 12:46 »

Is it possible to write a code for PIC's to convert serial to parallel? There are cheap usb to serial converters on the market. By this way a serial to paralel converter may work for al paralel interface programmers.

There were some printers working both with serial and paralel interface several years ago when USB was not very popular. If such kind of conversion possible, why dont we use paralel interface problem by this way?
Logged
digi_micro
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 0
-Receive: 2


« Reply #5 on: January 04, 2008, 12:55:30 12:55 »

t has some useful information in this site http://www-user.tu-chemnitz.de/~heha/bastelecke/Rund%20um%20den%20PC/USB2LPT/index.html.en#driver
but my chip is different
Logged
yobalzal
Junior Member
**
Offline Offline

Posts: 48

Thank You
-Given: 18
-Receive: 11



« Reply #6 on: January 05, 2008, 07:08:31 07:08 »

A serial to parallel converter using the AT89C2051: Please have a look at this site

http://www.airborn.com.au/serial/sertopar.html

The converter runs at 9600 baud, and outputs each byte received on a centronics style parallel port, together with a nominal 50 microsecond strobe. The converter buffers up the bytes received if busy is active, and is bidirectional - when the sample switch is pushed, the converter samples the parallel port and transmits the value back out the serial port.

Complete detail including schematics and firmware is given on site. I hope this will help.
« Last Edit: April 02, 2008, 05:08:05 17:08 by yobalzal » Logged
sinisa
Newbie
*
Offline Offline

Posts: 8

Thank You
-Given: 12
-Receive: 1


« Reply #7 on: January 05, 2008, 09:52:17 09:52 »

usb to lpt converter

http://rapidshare.de/files/38213033/4439.rar.html
Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4647

Thank You
-Given: 826
-Receive: 4207


There is no evidence that I muted SoNsIvRi


« Reply #8 on: January 05, 2008, 10:56:57 10:56 »

best to a pickit2, on cost alone it wins.
Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
spl
Newbie
*
Offline Offline

Posts: 21

Thank You
-Given: 35
-Receive: 1


« Reply #9 on: January 08, 2008, 05:59:18 05:59 »

USB chip
 FT232  for usb to serial port
 see.. http://www.ftdichip.com/
 
Logged
digi_micro
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 0
-Receive: 2


« Reply #10 on: January 08, 2008, 03:09:37 15:09 »

USB chip
 FT232  for usb to serial port
 see.. http://www.ftdichip.com/
 

no serial pls read subject again correctly
Logged
zetd
Junior Member
**
Offline Offline

Posts: 68

Thank You
-Given: 18
-Receive: 32


« Reply #11 on: January 09, 2008, 10:34:42 10:34 »

no serial pls read subject again correctly

Must be FT245R from FTDI, to do that conversions, looks at FT245R datasheet and there is 8 bit bidirectional IO + 2 Input + 2 Output

more at http://www.ftdichip.com/Products/FT245R.htm


Logged

Dreams really do come true, when home robots do the dirty work for me. everythink is free, no war, no poison on my earth, everyone share thinks but not with my pretty girls,powered by science and humanity not by "dazzle think" - welcome to the planet of earth -
LazBoy
Active Member
***
Offline Offline

Posts: 154

Thank You
-Given: 78
-Receive: 25


« Reply #12 on: January 15, 2008, 06:17:44 06:17 »

FT245 is USB to parallel converter, right.
But should not use LPT conversion purpose directly.
In that case chip needs some driver to perform LPT activity.

Logged
nine9
Guest
« Reply #13 on: January 21, 2008, 07:12:50 19:12 »

buying a new programmer seems to be more reliable and cheaper for me
Logged
ZH
Newbie
*
Offline Offline

Posts: 13

Thank You
-Given: 2
-Receive: 0


« Reply #14 on: February 19, 2008, 09:09:20 09:09 »

t has some useful information in this site http://www-user.tu-chemnitz.de/~heha/bastelecke/Rund%20um%20den%20PC/USB2LPT/index.html.en#driver
but my chip is different
This site have AVR chip USB2LPT
But is so slowlly.
Logged
GreenGiant
Junior Member
**
Offline Offline

Posts: 38

Thank You
-Given: 2
-Receive: 1


« Reply #15 on: February 21, 2008, 06:34:52 06:34 »

If you just need it to program pic', then look into a Serial/USB based programmer.
Logged
fios
Guest
« Reply #16 on: March 05, 2008, 02:45:26 02:45 »

That docking station work fine for me... TRENDnet TU2-ET200.

http://trendnet.com/langpo/products/proddetail.asp?prod=195_TU2-ET200&cat=32
Logged
seaspac
Inactive

Offline Offline

Posts: 6

Thank You
-Given: 0
-Receive: 2


« Reply #17 on: March 05, 2008, 11:02:20 11:02 »

Hi,

I m not an expert on microcontrollers but i see a lot of usb microcontroller from ATMEL, may be we can use them to make a real Bidirectional full functional LPT port.

Any one has intesion to work in this direction, may be i start my project on it, the problem is PC side programming of the driver as i can easily come up with a hardware design.

Thanks

seaspac
Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC