Arduino Project Upgrades With 2 New Boards
EqualSlash writes "The Arduino Project is releasing two new boards — Arduino Uno to replace Duemilanove and Arduino Mega 2560 to replace the existing Arduino Mega board. With Uno, the board is not just getting a new pronunciation-friendly name but also has a custom-made USB-serial converter to replace the older FTDI chipset, thereby removing the need to install drivers (they now have their own USB Vendor ID). It now has a logo and stylish packaging, and soon will have its own branded web store. A new Ethernet integrated board and a tinkering toolkit will be made available shortly."
http://www.netduino.com/netduinoplus/specs.htm Secret Labs is launching its .NET-friendly Netduino Plus, which adds Ethernet and microSD to a regular Netduino board (which in itself is a sort of high powered, Visual Studio-compatible Arduino, with a 32-bit 48MHz ARM7 processor, instead of Arduino's 8-bit number, but pin compatible with Arduino "shields").
It probably uses a class that requires no drivers.
Every new thumbdrive out there doesn't need a new driver, and they manage with new VID/PIDs all the time... because they all flag themselves in the Mass Storage class.
For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
The summary would be more useful if it mentioned, you know, what the board is for. In case some of us haven't heard of it or something. Yes, I did RTFA. It didn't say either.
[Sir Garlon] is the marvellest knight that is now living, for he destroyeth many good knights, for he goeth invisible.
...can still get Atmel Atmega8 chips for two dollars a piece and do everything the Arduinos do. These microcontrollers literally need no external hardware other than a power supply.
No, the CDC ACM class is not that new; it has been used for mobile phones for several years. It is at least present in the "Wireless Mobile Communications Devices" document dated February 9, 2007. See http://www.usb.org/developers/devclass_docs/CDC1.2_WMC1.1.zip for full details.
When you are sure of something, you probably are wrong (search for "Unskilled and Unaware of It").