![]() Knowledge Is Power |
Fixing The
|
There are a TON of pages out there on how to solve this error. The problem is none of them worked for me. The typical solutions range from not having the correct serial port or correct Arduino model board selected under the Tools menu in the Arduino software, to not having a driver (or the correct driver) loaded.
However, the frustating part for me is I KNEW I had the correct serial port and board and driver selected because I was getting output from a sketch scrolling in the Serial Monitor window via a USB connection.
The fix? DISCONNECT ANY WIRES going to pin 0 (RX) while you do the upload. The sketch upload function uses the RX pin.
NOTE: You also need to disconnect any wires going topin 0 (RX) if you have a sketch with a Serial.read() or Serial.peek() statement, and you want to use the Serial Monitor input field (as shown using the '752' in the example below) to feed data into the running sketch. If you don't disconnectpin 0 it will appear as if your data was entered into your sketch but nothing will happen because the data never truly gets input.
![]()
Another Awesome Microcontroller
The Texas Instruments LaunchPad is a development board that accepts MSP430 microcontroller chips in a socket so once you get the chip programmed you can remove it from the socket on the LaunchPad development board and use it on a breadboard, protoboard or circuit board.![]()
There's an open source fork of the Arduino IDE software that you can use to program the TI LaunchPad called Energia so if you know how to code for an Arduino you're good to go on this board as well.
You can order a LanuchPad directly from Texas Instruments for $10. (TI offers many different LaunchPad boards so be sure you're ordering a LaunchPad with a socket for the microcontroller chip if being able to relocate the chip after programming is a feature that's important to you.)
https://www.ti.com/tool/MSP-EXP430G2ET
The University of Texas is offering a free self-paced MOOC on embedded systems using an ARM-based TI LaunchPad (but you can use an MSP430 LaunchPad or Arduino if you want to):
https://www.edx.org/course/embedded-systems-shape-the-world-microcontroller-i
And here's a good introductory video on the LaunchPad:
https://www.youtube.com/watch?v=3fO7PRcjXHE
Want To Learn The Right Way To Trade Options? - See my TastyTrade Review
Keith's Home Page
Contents, diagrams, and images Copyright © 2004-2023 Keith Parkansky All rights reserved.
Certain graphics, symbols, and terms used on this site and in its documents are registered trademarks
of their respective owners and are contained herein for identification purposes only.
No endorsement of this site, its contents, or its documents by these owners is expressed or implied.
LIABILITYIN NO EVENT WILL KEITH PARKANSKY BE LIABLE TO ANY PARTY (i) FOR ANY DIRECT, INDIRECT, SPECIAL, PUNITIVE OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF PROGRAMS OR INFORMATION, AND THE LIKE), OR ANY OTHER DAMAGES ARISING IN ANY WAY OUT OF THE AVAILABILITY, USE, RELIANCE ON, OR INABILITY TO USE THE INFORMATION, METHODS, HTML OR COMPUTER CODE, OR "KNOWLEDGE" PROVIDED ON OR THROUGH THIS WEBSITE OR ANY OF ITS' ASSOCIATED DOCUMENTS, DIAGRAMS, IMAGES, REPRODUCTIONS, COMPUTER EXECUTED CODE, OR ELECTRONICALLY STORED OR TRANSMITTED FILES OR GENERATED COMMUNICATIONS OR DATA EVEN IF KEITH PARKANSKY SHALL HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE FORM OF ACTION, WHETHER IN CONTRACT, TORT, OR OTHERWISE; OR (ii) FOR ANY CLAIM ATTRIBUTABLE TO ERRORS, OMISSIONS, OR OTHER INACCURACIES IN, OR DESTRUCTIVE PROPERTIES OF ANY INFORMATION, METHODS, HTML OR COMPUTER CODE, OR "KNOWLEDGE" PROVIDED ON OR THROUGH THIS WEBSITE OR ANY OF ITS' ASSOCIATED DOCUMENTS, DIAGRAMS, IMAGES, REPRODUCTIONS, COMPUTER EXECUTED CODE, OR ELECTRONICALLY STORED, TRANSMITTED, OR GENERATED FILES, COMMUNICATIONS, OR DATA. USE OF THIS SITE CONSTITUTES ACCEPTANCE OF ALL STATED TERMS AND CONDITIONS.