Note: v1.01 for osx is not available yet
c0nb0x v1.01 (Download page)
what's new:
- Code: Select all | TOGGLE FULL SIZE
----- Updated to allegro 5.0.10.
-bugfix- the TimeOutCounter implementation was using time.h but appeared to
behave incorrectly on osx/unix.
-new- MSG_GET_MEM, MSG_SET_MEM - messages for getting/setting variable
amounts of data from the memory. If these are supported by the
FW - they will be used for the import/export EEPROM functions.
-new- MSG_PATBUF - message to make possible the c0nb0x pattern editor to
read/write pattern(s) directly from/to the FW pattern buffer (which
is supposedly in RAM) which should minimize EEPROM access, and make
editing patterns via c0nb0x much faster.
-new- MSG_TEXTOUT - message to help debug FW via sending text, integers,
hex, and binary blobs to c0nb0x, which will be printed on screen.
-new- MSG_GET_INFO - message to get various info about the x0xb0x/FW (used
on Connect)
-new- MSG_ISSUP is now actually used on Connect to query these new features.
-new- Support for n0nx0x2 (ID=23) and the n0nx0x2 pattern format.
-new- Support for sokkos (ID=2) and sokkos2561 (ID=20).
-new- The "Import Patterns" function is able to convert the patterns. This
works by looking up the OSID from the .cxm file and guessing if the
pattern format for that OSID is different from the current one in the
x0xb0x. If they differ - c0nb0x will ask whether to convert the
patterns. It's equivalent to loading each pattern into the Pattern
editor and sending it to the x0xb0x (thus can be lossy).
-new- SP_DELAY added to the config file, it's an adjustable delay between the
packets that c0nb0x writes to the Serial Port. If there is some trouble
during flashing FW with c0nb0x - this delay can be increased and *may*
help.
if you get stuck - read the included ReadMe
and as always, suggestions and bug reports are welcome
*original post* wrote:
it's here!
c0nb0x 0.99 win32
c0nb0x 0.99 mac osx
bug reports and suggestions are welcome
there are a bunch of things i would like to add in a newer version, but i want to know if this works stable on both windows and mac osx