Parallel port using 18f4550

Status
Not open for further replies.

Rohith_elec

Full Member level 4
Joined
Dec 16, 2011
Messages
198
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,470
is there anyway to create a parallel port using a 18F4550, or any project like that is available
 

Do you mean a simple printer board? It involves sending the 8 data bits, generating STB and reading BUSY state, a "project" of 10 code lines or so.
 
can be the LPT made in that way behave like the native one

that is having 0x378 address
 

You didn't yet tell, what you want to achieve. I assume, that you want to drive a parallel printer from a PIC processor. That's easy related to the required interface behaviour. But there's also a software driver aspect. Which device do you want to drive? What's the data source? You should also clarify, which LPT interface lines are actually required in your case. Normally, the lines mentioned in my previous post should be sufficient.

Address 0x378 is a x86 PC thing. It's irrelevant for the PIC. For LPT specification details, you can refer to this site **broken link removed**
 

Yes, I want to drive a CNC machine with the parallel port made by 18F4550

I know the link provided by tpetar , but its not opensource
 

tpetar,

Did u tested with a CNC machine software like mach3

we cant get its source isnt it ?
 

Attachments

  • 1330934595922-uploadscreenshot-dot-com.png
    437.2 KB · Views: 55
  • cncdudezusb15.jpg
    182.2 KB · Views: 52
  • cncdudezusb17.zip
    2.8 MB · Views: 63
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…