Flowcode v5.2 for PIC Released
Posted: Thu May 03, 2012 5:25 pm
Hello,
Flowcode v5.2 has now been officially released.
Please use the Help -> Check for updates menu in Flowcode to update your version to the latest release.
Here is the v5.2 changelog.
################################
# Flowcode for PICmicros V5.2 #
# Release: 3rd May 2012 #
################################
General
* Added Greek help file
* Added Italian help file
* Fixes help files for GSM, RS232 and gLCD components
EXE fixes
* Compare$() does not simulate correctly with case-insensitive check
* Custom interrupts are disabled on a project reload
* Flowchart command gap is not the same as v4
* Loops do not disable correctly in simulation
* Selecting pins that clash for 2 components does not warn
CAL
* IO - swapped mask and value parameters
* String - ToUpper fixed
* String - Added float CAL functions
* Typedef - String changed to unsigned char*
* UART - fixes to receive, auto-echo and HW baud
Components
* 7seg fix for multiline definitions
* UART component fixes to allow 9-bit data mode
* UART component fixes to work with other UART components
* FAT reserved sector bugfix
* RGBLED fixed disabled LED code
* LIN C code fixes
* RC5 PWM bugfix
* ADC MS substitution fix
* Keypad added MS substitutions
* Servo fixed MS simulation crash
* Servo MS substitution fix
* RS232 added function to switch BAUD on the fly
* RS232 MS substitution fix
* Switch added debounce support
* SwitchBank added debounce support
* TCP/IP added support for EB023v2
* TCP/IP added s/w UART mode
* Webserver added support for EB023v2
* Webserver added s/w UART mode
* USBHID fix to substitution
* WLAN lots of fixes & support for v1.2.3 FW
* gLCD startup code fix
* gLCD UART speed increase
* gLCD fixed crash when DrawBox (etc) has a negative X or Y coord
FCD
* 12F683/16F690 fix to GP2INT
* 16F610 fix to init code
* 16F688 added RXINT
* 16F7x7 fixed I2C definition
* 16(L)F1934 fix to timer interrupt defines
* Various fixes to the FCD creation (removed erroneous ' character)
################################
# Flowcode for PICmicros V5.1 #
# Release: 14th February 2012 #
################################
General
* Added a free/demo version
* Help file translation updates
EXE fixes
* AND, OR and XOR operators have wrong operator precedence
* Allow launching of comp help direct from context menu
* C viewer find function drifts due to UTF8 characters
* Can perform compile without generating C file
* Freeze during undo of an icon
* Lines connecting annotations to icons sometimes do not draw
* Logic for 'extra' licensing is wrong
* Make sure component connections dialog remembers ADC pin connections
* Massive projects (> 95 macros) can not load correctly
* Refreshing components constantly during simulation causes locking
* Remember last selected chip when starting a new project
* Rename ADC pins from ADCx to Anx to avoid confusion
* Some chips do not set config words correctly
* String concatenation does not work over 3 additions
* Syntax highlighting in source view mode 'drifts' when accented characters used
* Text inside loop icons not displaying correctly for 'test at end'
* The “check for updates” menu produces the wrong URL
* Toolbar positioning does not persist across saves
* Search and replace does not find variables on input icon
CAL
* Fixes for devices with multiple UARTS
Components
* Fixed FAT component compilation errors
* Fixed RS232 C code typo
* Fixed gLCD print macro simulation
* Fixed EEPROM write simulation
* Fixed ADC RAW function simulation
* Fixed PWM component crash (when PWM channel is unsupported)
* Fixed SwitchBank crash with keymapping (out of bound array index)
* Fixed Servo connection substitutions
* Added gLCD SW/HW mode
FCD
* Fixes for 16(L)F19xx devices
################################
# Flowcode for PICmicros V5.0 #
# Release: 16th January 2012 #
################################
Initial release
Flowcode v5.2 has now been officially released.
Please use the Help -> Check for updates menu in Flowcode to update your version to the latest release.
Here is the v5.2 changelog.
################################
# Flowcode for PICmicros V5.2 #
# Release: 3rd May 2012 #
################################
General
* Added Greek help file
* Added Italian help file
* Fixes help files for GSM, RS232 and gLCD components
EXE fixes
* Compare$() does not simulate correctly with case-insensitive check
* Custom interrupts are disabled on a project reload
* Flowchart command gap is not the same as v4
* Loops do not disable correctly in simulation
* Selecting pins that clash for 2 components does not warn
CAL
* IO - swapped mask and value parameters
* String - ToUpper fixed
* String - Added float CAL functions
* Typedef - String changed to unsigned char*
* UART - fixes to receive, auto-echo and HW baud
Components
* 7seg fix for multiline definitions
* UART component fixes to allow 9-bit data mode
* UART component fixes to work with other UART components
* FAT reserved sector bugfix
* RGBLED fixed disabled LED code
* LIN C code fixes
* RC5 PWM bugfix
* ADC MS substitution fix
* Keypad added MS substitutions
* Servo fixed MS simulation crash
* Servo MS substitution fix
* RS232 added function to switch BAUD on the fly
* RS232 MS substitution fix
* Switch added debounce support
* SwitchBank added debounce support
* TCP/IP added support for EB023v2
* TCP/IP added s/w UART mode
* Webserver added support for EB023v2
* Webserver added s/w UART mode
* USBHID fix to substitution
* WLAN lots of fixes & support for v1.2.3 FW
* gLCD startup code fix
* gLCD UART speed increase
* gLCD fixed crash when DrawBox (etc) has a negative X or Y coord
FCD
* 12F683/16F690 fix to GP2INT
* 16F610 fix to init code
* 16F688 added RXINT
* 16F7x7 fixed I2C definition
* 16(L)F1934 fix to timer interrupt defines
* Various fixes to the FCD creation (removed erroneous ' character)
################################
# Flowcode for PICmicros V5.1 #
# Release: 14th February 2012 #
################################
General
* Added a free/demo version
* Help file translation updates
EXE fixes
* AND, OR and XOR operators have wrong operator precedence
* Allow launching of comp help direct from context menu
* C viewer find function drifts due to UTF8 characters
* Can perform compile without generating C file
* Freeze during undo of an icon
* Lines connecting annotations to icons sometimes do not draw
* Logic for 'extra' licensing is wrong
* Make sure component connections dialog remembers ADC pin connections
* Massive projects (> 95 macros) can not load correctly
* Refreshing components constantly during simulation causes locking
* Remember last selected chip when starting a new project
* Rename ADC pins from ADCx to Anx to avoid confusion
* Some chips do not set config words correctly
* String concatenation does not work over 3 additions
* Syntax highlighting in source view mode 'drifts' when accented characters used
* Text inside loop icons not displaying correctly for 'test at end'
* The “check for updates” menu produces the wrong URL
* Toolbar positioning does not persist across saves
* Search and replace does not find variables on input icon
CAL
* Fixes for devices with multiple UARTS
Components
* Fixed FAT component compilation errors
* Fixed RS232 C code typo
* Fixed gLCD print macro simulation
* Fixed EEPROM write simulation
* Fixed ADC RAW function simulation
* Fixed PWM component crash (when PWM channel is unsupported)
* Fixed SwitchBank crash with keymapping (out of bound array index)
* Fixed Servo connection substitutions
* Added gLCD SW/HW mode
FCD
* Fixes for 16(L)F19xx devices
################################
# Flowcode for PICmicros V5.0 #
# Release: 16th January 2012 #
################################
Initial release