Tuesday, October 2, 2007

Interrupts handling

Hello everyone,

We have received lots of questions from our customers regarding how interrupts are being handled.

Interrupts handling is much more simpler from what you might thought in the AIRcable, even simpler from a PC interrupt schema.

Basically as in any other processor you have an interrupt stack, where each new even get's registered. The biggest difference between this stack schema and the PC schema is that interrupts are only pushed at bottom or at top of the stack, depending the interrupt priority.

Only 4 interrupts are pushed to the top: @ALARM, @PIN_CODE, @MESSAGE and @FTP. You might ask your self why @INQUIRY is not high priority, as we insist so much in making it short as possible, simple because if @INQUIRY would be high priority it would interrupt it self.

So how does the interrupt handler work? Simple each time a new interrupt is pushed into the stack it checks if it goes in the top of the current serviced interrupt, if it does then it goes to service that new interrupt, if it doesn't it will execute the code until it reaches RETURN. Once it reaches RETURN it will go and see if the stack has more stuff to service.

As you might know every processor allows you to disable interrupts, this is achieved by adding ; at the end of each line.

I think this will clarify all your questions regarding interrupts, if you have more questions for us please leave your comments and we will be glad to help you.

Thanks,
Manuel

Friday, April 27, 2007

Command Line Version 0.8 UART Released

Hello everyone,
We found a couple of bugs in the command line version 0.7 UART. Most of this bugs where related to the manual inquiry, and the service master mode. Version 0.8 fix all this bugs, and is another step forward the new generation command line (Version 1.0) which should be released soon.
Meantime we encourage you to download version 0.8 from here.
Thanks,
Manuel

NOTE: There's a bug in the Command Line V0.8 UART for the SerialOS device, please get the AIRcable.bas file from here.

Friday, April 6, 2007

Command Line Version 0.7 UART Released

Hello everyone,
We had just released the 0.7 command line for the UART. This version is a bug fixing from version 0.6, most sensitive bugs where related to mode changing.
You can get it here: http://aircable.googlecode.com/files/0.7UART.zip
This version applies to SerialOS, Mini, Industrial and OEM Boards.
Thanks,
Manuel

Thursday, April 5, 2007

FAQ Released

Hello everyone,
We had started a FAQ section for our users. Based in the questions from our costumers, we wrote a simple FAQ that can be accessed from here.
Please give us your feedback, and if you think there is any question missing, don't hesitate to ask.
Thanks,
Manuel

Tuesday, March 20, 2007

Production Tools

Hello everyone,
We had released a series of tools that can be used for product testings, and massive uploading. This tools are mainly targeted for internal use, but you can use them if you want.
Get here for more information http://www.aircable.net-a.googlepages.com/productiontools2
Thanks,
Manuel Naranjo

Monday, March 19, 2007

Command Line Version 0.7 SPP and Devel Tools Alpha 2 Released

Hello everyone,

We has just released version 0.7 SPP of our command line. This corrects a bug that made version 0.6 SPP don't behave correctly when using a parity different than even. WARNING: Only upload this code to AIRcable SMD. It's not compatible with other devices.

This should be our last release before we make the Command Line version 1.0, which will be fully rewritten from scratch, thanks to your suggestions we could improve our tool, and now is time to make it much better.

We have also corrected some bugs on our JEdit tools, please start using the Alpha 2 instead of the Alpha 1, serious bugs where found on the first alpha release.

You can get all this stuff from: http://code.google.com/p/aircable/

Thanks,
Manuel Naranjo

Tuesday, March 6, 2007

More jEdit stuff

Hello everyone,
I had been working on some jEdit Scripts this week, this scripts are like the Java Tool Set we have made in the past, but it is much better it has Graphical Interface. And is integrated with one of my favorite editors jEdit.

Here you can read about his new tools: http://code.google.com/p/aircable/wiki/jEdit_Tools, you can even watch a video there to see the scripts in action.

If anyone has a comment, suggestion, question, etc, don't doubt to ask,
Thanks
Manuel Naranjo
AIRcable Development Blog Admin