CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Izzit true parallel port always output at windows startup?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
leesing2k3



Joined: 08 Nov 2005
Posts: 28

View user's profile Send private message

Izzit true parallel port always output at windows startup?
PostPosted: Wed May 30, 2007 6:24 am     Reply with quote

Izzit true parallel port always output at windows startup?
Does anybody know which pin turn on during bootup? Or actually all of them will randomly output data during bootup?
Can I stop it through the bios or services in windows?

Thanks in advance.
PicFan



Joined: 01 Jan 2004
Posts: 11
Location: Indianapolis (Go Colts!)

View user's profile Send private message

parallel port polling
PostPosted: Wed May 30, 2007 7:37 am     Reply with quote

If you're referring to Windows XP interfering with parallel port devices by occasionally polling the port, then check out the link below. It has worked for me in the past.

Regards,
PicFan

Link:
http://melabs.com/support/patches.htm#xppolling
Ttelmah
Guest







PostPosted: Wed May 30, 2007 7:41 am     Reply with quote

The parallel port, has 12 pins that are outputs, and 5 that are inputs. This doesn't change (they are not programmable like on the PIC). However latter ports (ECP ports, rather than 'standard' parallel ports - SPP), have the ability to reprogram the main 8 pin directions.
EPP ports have the same basic hardware to the outside world, but add the ability to perform interrupt driven transfers.
All ports 'wake up' in 'SPP' mode.
The port direction is reversed, on ECP ports, by driving 'Fault' line low (called PeriphRequest on the ECP port). The host then acknowledges, by drving the 'INIT' pin (called 'ReverseRequest' on a ECP port) low.
Data is only valid on the port, when the 'DSTROBE' line pulses low. Your external hardware should only read or latch the data lines, when this happens.

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group