Thread: Getting dizzy cutting circles!
Threaded View
-
16-05-2010 #20
You can hook in to a 1KHz interrupt under Windows but it is not exactly fast enough which is why my current mill driver runs DOS. I get the whole computer not just a share of it...
oldhandler=getvect(INTR); // hook in to the interrupt
setvect(INTR,service);
outportb(0x43,0x3c); // set speed
outportb(0x40,timeset&0xff); // low byte
outportb(0x40,timeset>>8); // high byte
... and the timer interrupt is all mine :naughty:
Doesn't half boot quick to when you load DOS on to a GHz machine
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Font cutting
By petesos in forum Machine DiscussionReplies: 9Last Post: 17-05-2014, 08:14 PM -
Major issue with snapping to circles -Autocad 2013
By craigrobbo in forum AutoCADReplies: 8Last Post: 01-02-2014, 09:33 AM -
Cutting Ply/MDF
By Leadhead in forum Wood Finishing Tips & TricksReplies: 3Last Post: 02-10-2013, 01:59 PM -
Cutting Perspex?
By Shinobiwan in forum Machine DiscussionReplies: 7Last Post: 19-02-2013, 09:25 PM -
Cutting out a circle
By Martin Paul in forum Machine DiscussionReplies: 2Last Post: 19-04-2011, 12:58 AM
Bookmarks