Yep .. something which should have happened a very long time ago ..  Arduino is getting big surgery ..
Currently Arduino manages its own serial connection..  after Elvish surgery the following will happen

  • Arduino's sloppy serial handling will be removed..
  • Arduino will contain a new all might Serial service peer
  • All of the old Processing IDE code will be dropped 
  • MRL Message decoding can be added (were we see decoded REST messages go back and forth from MRLComm)
  • If a small, effecient and robust compiler/uploader is found we can add it

Aight .. time for surgery ...

The Arduino service in its regular form will still be around ..  we'll clone it first to Arduino2 so both can exist side by side.....  This way is a kinder gentler replacement  ...  Probably a good time to make a Microcontroller interface :)