Saturday, March 3, 2007

Code Highlight for JEdit

Hello everyone,
I just ended submitting a file that does the code Highlighting for AIRcable Basic code in the JEdit editor.

You can find the file here: download
You will need to modify the file that is under $HOME/.jedit/modes called catalog, you need to add this line:
before the tag.

$HOME is C:\Documents and Settings\\ in Windows or /home/ in Unix systems like Linux or Mac.

Here you have an snapshot of how the code highlighting looks like:

With this new tool you can tell if you are writing the code well or not. If any of the commands you write doesn't highlight somehow then that command doesn't exist on the OS.

This is the first part of our next AIRcable JEdit's Pluging, feel free to try it, and to give us your comments.

Thanks,
Manuel Naranjo
AIRcable Development Blog Admin.

Friday, March 2, 2007

Command Line Version 0.6 Released

Hello everyone,
We had just released the command line version 0.6. This new version includes a lot of new and exciting stuff like:
  • Command line over Bluetooth for the AIRcableSMD.
  • Power Measurement for the future AIRcableOS.
  • PIO list editing from the command line.
  • PIN and Name settings regarding the unique number of each AIRcable device.
  • Parity and Stop Bits configuration from the command line.
  • .....
You can see the electronic version of the docs from: here.

And you can download the code here:
UART Version - For all Devices
SPP Version - Only for AIRcableSMD

Please leave your comments with feedback, suggestions and questions, feel free to ask.
Thanks,
Manuel Naranjo