EPICUSB updates

To update to V1.082:

1. unzip this to C:\ with "use folder names" and "overwrite" checked in
winzip or extract to C:\ with XPunzip
EPROM_V7_01.zip

2. Unplug power to EPICUSB
3. replug power
4. Double click the EPICenter icon on the desktop

5. Update EPROM (Tools | hardware | load EEPROM):
select USBF035.Bin
checksum F035
click ok
 

6. Next Run (double click)

EPICenter_1062_Full.exe
(when you get to the question about overwriting files, you want to overwrite the existing files. Select "no to all")

7. Then unzip (as above):
V1082_XP.zip

Recompile your code (F9) and load (F10)

Download

SYNTAXUSB.pdf
Operators.doc

Known problems:
1. switch scanning does not start for several seconds after loading.
2. signed divide does not work
3. Use of "timer" command may crash EPICUSB
4. word,int presets not working

    word testWord = 15623;
    will only preset to lower byte.

5. 0b1011000010101010 only sees lower 8 bits ( 0b0000000010101010). Workaround: Use the hex equivalent. In this example 0xB0AA

4 & 5 are fixed, but there are other bugs in that version.

If you have any problems, do not go back to an earlier version of EPROM or
EPICenter, let me know what the problem is so I can resolve it.

If updating from a very old version you may have to regenerate the analogs. In Project manager window (view | project manager) right click the .joy and select regenerate.

 

//********************************************************************************************

        XP64

1. unzip V1082_XP64.zip to C:\ with "use folder names" and "overwrite" checked in
winzip or extract to C:\ with XPunzip

2.unzip EPICUSBDrivers.zip

3. Plug EPICUSB USB cable into XP64 computer.
    Direct the installer to EPIC\install when asked for driver files.