48
edits
No edit summary |
No edit summary |
||
| Line 71: | Line 71: | ||
'''21/09/2014''' | '''21/09/2014''' | ||
----FIRMWARE---------- | |||
Software controller sends "=" (asci) | Software controller sends "=" (asci) 0x3D (hex)before sending the actual gcode and then it waits for the CNC to: | ||
*Reset | *Reset | ||
*Cancel Manual mode | *Cancel Manual mode | ||
| Line 82: | Line 82: | ||
(c)1996 Rod Hine auto4t 1/3/96 | (c)1996 Rod Hine auto4t 1/3/96 | ||
ms190.asm ml190ph.asm | ms190.asm ml190ph.asm | ||
-----SOFTWARE------- | |||
I got the software working on Windows7. | |||
Boxford software version 4.4.2 with DOSBOX x86 emulator(http://www.dosbox.com/). | |||
I have tested the port connexion only available on COM1 and COM2, for this I have created a virtual port with vspdxp(http://www.eltima.com/products/vspdxp/). I believe it will work with the real machine but I have not tested it yet. | |||