Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mc-Abe

Pages: [1]
1
New Version Releases / New mc-Mod110/120 Release
« on: August 31, 2016, 09:53:31 am »
We have just released new version of mc-Mod110/120. There was an issue with accessing I2C via the VM. Sorry for the inconvenience. Please update to this latest version.

2
New Version Releases / All New Versions
« on: August 30, 2016, 07:07:45 pm »
We have release new version for mc-Mod110/120 mc-Gateway Host Processor, mc-Gateway Application Processor, and mc-Studio. Please update for new feature and bug fixes. Note that you must update all these pieces for the whole system to work. We have added more robust handling for the connection issues that have been experienced by some users.

3
New Version Releases / mc-Gateway and mc-Module Updates
« on: August 24, 2016, 11:28:42 am »
There are new version of the mc-Gateway Host Processor and mc-Module 110/120 firmware. Please update to the latest versions for bug fixes and feature improvements.

There have been a few fixes regarding connection issues. We are hoping this will provide a more consistent experience for everyone.

4
Announcements / GitHub
« on: August 24, 2016, 11:04:16 am »
We have created a GitHub repository for everyone to work on their contributions. We will add a link under the support section of the website as well. The link is https://www.github.com/mcThings

Please fork the project and use pull requests to add your contributions. If you are unfamiliar with this GitHub has some help documentation at https://help.github.com/categories/collaborating-on-projects-using-issues-and-pull-requests/

5
New Version Releases / New mcGateway110 Application Processor
« on: August 19, 2016, 09:07:22 am »
We have new version of the mcGateway110 application processor available for download. Please update to the latest versions for bug fixes and new features.

6
New Version Releases / New mc-Module Versions
« on: August 18, 2016, 03:24:12 pm »
We have new version of the mcMod110 and mcMod120 available for download. Please update to the latest versions for bug fixes and new features.

7
New Version Releases / New Gateway Host Processor Firmware v0.7-406
« on: July 26, 2016, 04:57:12 pm »
A new version of the mc-Gateway Host Process firmware is available. Please update to the latest version for bug fixes and new features.

8
New Version Releases / mc-Module v0.7-361
« on: July 20, 2016, 02:54:40 pm »
A new version of mc-Module firmware is available for download. Please update your modules for bug fixes and new features.

9
New Version Releases / mc-Module v0.7-360
« on: July 19, 2016, 01:49:23 pm »
A new version of mc-Module firmware is available for download. Please update your modules for bug fixes and new features.

10
A new version of the mc-Gateway Application Processor is available for download. This version has MQTT improvements. Please upgrade to the latest version for new features and bug fixes.

11
New Version Releases / New mc-Gateway v0.6-358
« on: June 23, 2016, 03:55:26 pm »
We have just release a new version of the mc-Gateway. Please upgrade to the latest version for bug fixes and new features. You can see the details for the release in the release notes.

An important change made in this version is that now module beacons are published to mcThings/beacon/<mcGatewayUID>/<mcModUID> this allows for easier filtering of the beacon message and facilitates some other features that will be rolling out soon.

12
New Version Releases / mc-Studio v0.7-893
« on: June 17, 2016, 08:52:02 pm »
We have a new version of mc-Studio that supports Select Case statements. This has the same functionality as the switch statement in Java or C#. To make this efficient we also had to combine literals during compile time so you can specify something like "case 1<<8". The case does not fall through like the other languages to prevent errors. This will be solved by multiple cases in one line like "Case 1, 4, 8" but hasn't been implemented yet but will come in one of the next versions.
 
We now also have fixed a lot of Enum bugs. Enums are ideal to make your code readable. Enums inherit from a byte, short or integer and can be freely copied to those data types. It is not possible to cast bytes, short or integers to Enums, because we don't currently have a way to check if they are valid. Something for a later version.
 
My favourite statement is "For Each" which is available since version 890. This statement is very effective to iterate through a list or string. See the example in the mc-Script user guide section 5.3.1. Combined with the power of the Clone() method it allows you to delete items out of the list while iterating through that list.
 
For a complete update see the release notes

13
New Version Releases / New Versions
« on: June 17, 2016, 08:49:47 pm »
We have new versions of mc-Studio (v0.7-893), mc-Gateway Application (v0.6-357), mc-Gateway Host (v0.7-404), and mc-Module (v0.7-357). Please upgrade to the latest versions for bug fixes and new features.

Pages: [1]