On Tue, 29 Jan 2013, Lars Andersson wrote: > Date: Tue, 29 Jan 2013 22:30:46 +0100 > From: Lars Andersson <[email protected]> > Reply-To: "Enhanced Machine Controller (EMC)" > <[email protected]> > To: [email protected] > Subject: Re: [Emc-users] EPP data transfers > > In cases like this, is there a good, simple way to know if the parallel > port is EPP capable or not? The HW documentation might sometimes be wrong.
Most are but if they are not on the motherboard they must be programmed to be in EPP mode. Even some Motherboard ports (Intel D525 is an example) screw up the port initialization so driver code must set the port into EPP mode, even if the BIOS parallel port settings are for EPP mode. Also note that the common NetMOS PCI parallel port cards (using 9805 and 9815 chips) have a hardware bug with EPP mode so are not suitable parallel ports when EPP mode is required. > >> I did start the threads. >> >> >> >> ________________________________ >> From: andy pugh <[email protected]> >> To: Klemen Dovrtel <[email protected]>; Enhanced Machine Controller >> (EMC) <[email protected]> >> Cc: Jon Elson <[email protected]> >> Sent: Tuesday, January 29, 2013 7:44 PM >> Subject: Re: [Emc-users] EPP data transfers >> >> On 29 January 2013 20:30, Klemen Dovrtel <[email protected]> wrote: >> >>> loadrt threads name1=base-thread period1=2000000 name2=servo-thread >>> period2=20000000 # ns >>> >>> loadrt eppfpga >>> addf >>> eppfpga.write base-thread >> start >> >> (You need to start the threads) >> > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > Peter Wallace Mesa Electronics (\__/) (='.'=) This is Bunny. Copy and paste bunny into your (")_(") signature to help him gain world domination. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
