Canton, Connecticut, United States, Planet Earth, SOL Galaxy, 3rd star on the left.
Offline
Jr. Member
Karma: 0
Posts: 59
To Infinity, And BEYOND!
|
 |
« on: April 26, 2011, 10:07:37 pm » |
There needs to be a way to do the following:
(a) assign ANY pin (digital 0 to 13, or even the analog pins) as a serial I/O port. Not separate RX/TX pins, 1 SINGLE RX-TX line, that can be changed on the fly. (such as the ability to change a digital line from output to input, as done with the parallax PING))) range finder
(b) Ability to change type on ALL I/O pins, to Digital, PWM, Analog, Serial data, or even I2C. Not limit them to specific duty.
the IDE is just a converter from the C++ derivative, to native machine code for the ATMel chips, just as the Parallax PBASIC compiler is just that, a compiler, that converts the written PBASIC program to the native machine level code of the chip. Not locking itself down to "Do Only This" specific tasks. (unleash up to 18 digital I/O's, or serial devices, or analog monitors, or several I2C devices.
|