Programming the PIC microcontroller with MBASIC:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Amsterdam
Elsevier/Newnes
2005
|
Schriftenreihe: | Embedded technology series
|
Schlagworte: | |
Online-Zugang: | FAW01 FAW02 Volltext |
Beschreibung: | The Microchip PIC family of microcontrollers is the most popular series of microcontrollers in the world. However, no microcontroller is of any use without software to make it perform useful functions. This comprehensive reference focuses on designing with Microchips mid-range PIC line using MBASIC, a powerful but easy to learn programming language. It illustrates MBASICs abilities through a series of design examples, beginning with simple PIC-based projects and proceeding through more advanced designs. Unlike other references however, it also covers essential hardware and software design fundamentals of the PIC microcontroller series, including programming in assembly language when needed to supplement the capabilities of MBASIC. Details of hardware/software interfacing to the PIC are also provided. BENEFIT TO THE READER: This book provides one of the most thorough introductions available to the worlds most popular microcontroller, with numerous hardware and software working design examples which engineers, students and hobbyists can directly apply to their design work and studies. Using MBASIC, it is possible to develop working programs for the PIC in a much shorter time frame than when using assembly language. * Offers a complete introduction to programming the most popular microcontroller in the world, using the MBASIC compiler from a company that is committed to supporting the book both through purchases and promotion * Provides numerous real-world design examples, all carefully tested * CD contains the source code files and executables, and will include a demo version of the MBASIC compiler, allowing engineers to work out the design exercises in the book CHAPTER 1: What is a PICR?; CHAPTER 2: MBasic Compiler and Development Boards; CHAPTER 3: The Basics Output; CHAPTER 4: The Basics -- Digital Input; CHAPTER 5: LCD Modules; CHAPTER 6: Reading Complex Input Switches; CHAPTER 7: Seven-Segment LED Displays; CHAPTER 8: Introductory Stepper Motors; CHAPTER 9: RS-232 Serial Interface; CHAPTER 10: Interrupts and Timers in MBasic; CHAPTER 11: Analog-to-Digital Conversion; CHAPTER 12: Digital Temperature Sensors and Real-Time Clocks; CHAPTER 13: Assembler 101; CHAPTER 14: In-Line Assembler; CHAPTER 15: Interrupt Handlers and Timers in Assembler; CHAPTER 16: Digital-to-Analog Conversion; CHAPTER 17: DTMF Tone Decoding and Telephone Interface; CHAPTER 18: External Memory; CHAPTER 19: Advanced Stepper Motors; CHAPTER 20: X-10 Home Automation; CHAPTER 21: Digital Potentiometers and Controllable Filter; CHAPTER 22: Infrared Remote Controls; CHAPTER 23: AC Power Control; CHAPTER 24: DC Motor Control; CHAPTER 25: Bar Code Reader; CHAPTER 26: Sending Morse Code; CHAPTER 27: Morse Code Reader; CHAPTER 28: Weather Station and Data Logger; CHAPTER 29: Migrating from v5.2.1.x to 5.3.0.0 and the Undocumented MBasic; APPENDIX A: Parts List; APPENDIX B: Function Index Includes bibliographical references and index |
Beschreibung: | 1 Online-Ressource (xiv, 783 p.) |
ISBN: | 0080460747 0750679468 9780080460741 9780750679466 |
Internformat
MARC
LEADER | 00000nmm a2200000zc 4500 | ||
---|---|---|---|
001 | BV043044016 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 151123s2005 |||| o||u| ||||||eng d | ||
020 | |a 0080460747 |c electronic bk. |9 0-08-046074-7 | ||
020 | |a 0750679468 |9 0-7506-7946-8 | ||
020 | |a 9780080460741 |c electronic bk. |9 978-0-08-046074-1 | ||
020 | |a 9780750679466 |9 978-0-7506-7946-6 | ||
035 | |a (OCoLC)162130395 | ||
035 | |a (DE-599)BVBBV043044016 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-1046 |a DE-1047 | ||
082 | 0 | |a 629.8/955262 |2 22 | |
100 | 1 | |a Smith, Jack R. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Programming the PIC microcontroller with MBASIC |c by Jack R. Smith |
264 | 1 | |a Amsterdam |b Elsevier/Newnes |c 2005 | |
300 | |a 1 Online-Ressource (xiv, 783 p.) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
490 | 0 | |a Embedded technology series | |
500 | |a The Microchip PIC family of microcontrollers is the most popular series of microcontrollers in the world. However, no microcontroller is of any use without software to make it perform useful functions. This comprehensive reference focuses on designing with Microchips mid-range PIC line using MBASIC, a powerful but easy to learn programming language. It illustrates MBASICs abilities through a series of design examples, beginning with simple PIC-based projects and proceeding through more advanced designs. Unlike other references however, it also covers essential hardware and software design fundamentals of the PIC microcontroller series, including programming in assembly language when needed to supplement the capabilities of MBASIC. Details of hardware/software interfacing to the PIC are also provided. BENEFIT TO THE READER: This book provides one of the most thorough introductions available to the worlds most popular microcontroller, with numerous hardware and software working design examples which engineers, students and hobbyists can directly apply to their design work and studies. Using MBASIC, it is possible to develop working programs for the PIC in a much shorter time frame than when using assembly language. * Offers a complete introduction to programming the most popular microcontroller in the world, using the MBASIC compiler from a company that is committed to supporting the book both through purchases and promotion * Provides numerous real-world design examples, all carefully tested * CD contains the source code files and executables, and will include a demo version of the MBASIC compiler, allowing engineers to work out the design exercises in the book | ||
500 | |a CHAPTER 1: What is a PICR?; CHAPTER 2: MBasic Compiler and Development Boards; CHAPTER 3: The Basics Output; CHAPTER 4: The Basics -- Digital Input; CHAPTER 5: LCD Modules; CHAPTER 6: Reading Complex Input Switches; CHAPTER 7: Seven-Segment LED Displays; CHAPTER 8: Introductory Stepper Motors; CHAPTER 9: RS-232 Serial Interface; CHAPTER 10: Interrupts and Timers in MBasic; CHAPTER 11: Analog-to-Digital Conversion; CHAPTER 12: Digital Temperature Sensors and Real-Time Clocks; CHAPTER 13: Assembler 101; CHAPTER 14: In-Line Assembler; CHAPTER 15: Interrupt Handlers and Timers in Assembler; CHAPTER 16: Digital-to-Analog Conversion; CHAPTER 17: DTMF Tone Decoding and Telephone Interface; CHAPTER 18: External Memory; CHAPTER 19: Advanced Stepper Motors; CHAPTER 20: X-10 Home Automation; CHAPTER 21: Digital Potentiometers and Controllable Filter; CHAPTER 22: Infrared Remote Controls; CHAPTER 23: AC Power Control; CHAPTER 24: DC Motor Control; CHAPTER 25: Bar Code Reader; CHAPTER 26: Sending Morse Code; CHAPTER 27: Morse Code Reader; CHAPTER 28: Weather Station and Data Logger; CHAPTER 29: Migrating from v5.2.1.x to 5.3.0.0 and the Undocumented MBasic; APPENDIX A: Parts List; APPENDIX B: Function Index | ||
500 | |a Includes bibliographical references and index | ||
650 | 7 | |a TECHNOLOGY & ENGINEERING / Automation |2 bisacsh | |
650 | 7 | |a BASIC (Computer program language) |2 fast | |
650 | 7 | |a Programmable controllers |2 fast | |
650 | 4 | |a Programmable controllers | |
650 | 4 | |a BASIC (Computer program language) | |
856 | 4 | 0 | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=166776 |x Aggregator |3 Volltext |
912 | |a ZDB-4-EBA | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-028468553 | ||
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=166776 |l FAW01 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=166776 |l FAW02 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804175409380589568 |
---|---|
any_adam_object | |
author | Smith, Jack R. |
author_facet | Smith, Jack R. |
author_role | aut |
author_sort | Smith, Jack R. |
author_variant | j r s jr jrs |
building | Verbundindex |
bvnumber | BV043044016 |
collection | ZDB-4-EBA |
ctrlnum | (OCoLC)162130395 (DE-599)BVBBV043044016 |
dewey-full | 629.8/955262 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 629 - Other branches of engineering |
dewey-raw | 629.8/955262 |
dewey-search | 629.8/955262 |
dewey-sort | 3629.8 6955262 |
dewey-tens | 620 - Engineering and allied operations |
discipline | Mess-/Steuerungs-/Regelungs-/Automatisierungstechnik / Mechatronik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>04724nmm a2200457zc 4500</leader><controlfield tag="001">BV043044016</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">151123s2005 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0080460747</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">0-08-046074-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0750679468</subfield><subfield code="9">0-7506-7946-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780080460741</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">978-0-08-046074-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780750679466</subfield><subfield code="9">978-0-7506-7946-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)162130395</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043044016</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1046</subfield><subfield code="a">DE-1047</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">629.8/955262</subfield><subfield code="2">22</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Smith, Jack R.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programming the PIC microcontroller with MBASIC</subfield><subfield code="c">by Jack R. Smith</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Amsterdam</subfield><subfield code="b">Elsevier/Newnes</subfield><subfield code="c">2005</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (xiv, 783 p.)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Embedded technology series</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">The Microchip PIC family of microcontrollers is the most popular series of microcontrollers in the world. However, no microcontroller is of any use without software to make it perform useful functions. This comprehensive reference focuses on designing with Microchips mid-range PIC line using MBASIC, a powerful but easy to learn programming language. It illustrates MBASICs abilities through a series of design examples, beginning with simple PIC-based projects and proceeding through more advanced designs. Unlike other references however, it also covers essential hardware and software design fundamentals of the PIC microcontroller series, including programming in assembly language when needed to supplement the capabilities of MBASIC. Details of hardware/software interfacing to the PIC are also provided. BENEFIT TO THE READER: This book provides one of the most thorough introductions available to the worlds most popular microcontroller, with numerous hardware and software working design examples which engineers, students and hobbyists can directly apply to their design work and studies. Using MBASIC, it is possible to develop working programs for the PIC in a much shorter time frame than when using assembly language. * Offers a complete introduction to programming the most popular microcontroller in the world, using the MBASIC compiler from a company that is committed to supporting the book both through purchases and promotion * Provides numerous real-world design examples, all carefully tested * CD contains the source code files and executables, and will include a demo version of the MBASIC compiler, allowing engineers to work out the design exercises in the book</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">CHAPTER 1: What is a PICR?; CHAPTER 2: MBasic Compiler and Development Boards; CHAPTER 3: The Basics Output; CHAPTER 4: The Basics -- Digital Input; CHAPTER 5: LCD Modules; CHAPTER 6: Reading Complex Input Switches; CHAPTER 7: Seven-Segment LED Displays; CHAPTER 8: Introductory Stepper Motors; CHAPTER 9: RS-232 Serial Interface; CHAPTER 10: Interrupts and Timers in MBasic; CHAPTER 11: Analog-to-Digital Conversion; CHAPTER 12: Digital Temperature Sensors and Real-Time Clocks; CHAPTER 13: Assembler 101; CHAPTER 14: In-Line Assembler; CHAPTER 15: Interrupt Handlers and Timers in Assembler; CHAPTER 16: Digital-to-Analog Conversion; CHAPTER 17: DTMF Tone Decoding and Telephone Interface; CHAPTER 18: External Memory; CHAPTER 19: Advanced Stepper Motors; CHAPTER 20: X-10 Home Automation; CHAPTER 21: Digital Potentiometers and Controllable Filter; CHAPTER 22: Infrared Remote Controls; CHAPTER 23: AC Power Control; CHAPTER 24: DC Motor Control; CHAPTER 25: Bar Code Reader; CHAPTER 26: Sending Morse Code; CHAPTER 27: Morse Code Reader; CHAPTER 28: Weather Station and Data Logger; CHAPTER 29: Migrating from v5.2.1.x to 5.3.0.0 and the Undocumented MBasic; APPENDIX A: Parts List; APPENDIX B: Function Index</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">TECHNOLOGY & ENGINEERING / Automation</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BASIC (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programmable controllers</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programmable controllers</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">BASIC (Computer program language)</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=166776</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-028468553</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=166776</subfield><subfield code="l">FAW01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=166776</subfield><subfield code="l">FAW02</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV043044016 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T07:15:50Z |
institution | BVB |
isbn | 0080460747 0750679468 9780080460741 9780750679466 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-028468553 |
oclc_num | 162130395 |
open_access_boolean | |
owner | DE-1046 DE-1047 |
owner_facet | DE-1046 DE-1047 |
physical | 1 Online-Ressource (xiv, 783 p.) |
psigel | ZDB-4-EBA ZDB-4-EBA FAW_PDA_EBA |
publishDate | 2005 |
publishDateSearch | 2005 |
publishDateSort | 2005 |
publisher | Elsevier/Newnes |
record_format | marc |
series2 | Embedded technology series |
spelling | Smith, Jack R. Verfasser aut Programming the PIC microcontroller with MBASIC by Jack R. Smith Amsterdam Elsevier/Newnes 2005 1 Online-Ressource (xiv, 783 p.) txt rdacontent c rdamedia cr rdacarrier Embedded technology series The Microchip PIC family of microcontrollers is the most popular series of microcontrollers in the world. However, no microcontroller is of any use without software to make it perform useful functions. This comprehensive reference focuses on designing with Microchips mid-range PIC line using MBASIC, a powerful but easy to learn programming language. It illustrates MBASICs abilities through a series of design examples, beginning with simple PIC-based projects and proceeding through more advanced designs. Unlike other references however, it also covers essential hardware and software design fundamentals of the PIC microcontroller series, including programming in assembly language when needed to supplement the capabilities of MBASIC. Details of hardware/software interfacing to the PIC are also provided. BENEFIT TO THE READER: This book provides one of the most thorough introductions available to the worlds most popular microcontroller, with numerous hardware and software working design examples which engineers, students and hobbyists can directly apply to their design work and studies. Using MBASIC, it is possible to develop working programs for the PIC in a much shorter time frame than when using assembly language. * Offers a complete introduction to programming the most popular microcontroller in the world, using the MBASIC compiler from a company that is committed to supporting the book both through purchases and promotion * Provides numerous real-world design examples, all carefully tested * CD contains the source code files and executables, and will include a demo version of the MBASIC compiler, allowing engineers to work out the design exercises in the book CHAPTER 1: What is a PICR?; CHAPTER 2: MBasic Compiler and Development Boards; CHAPTER 3: The Basics Output; CHAPTER 4: The Basics -- Digital Input; CHAPTER 5: LCD Modules; CHAPTER 6: Reading Complex Input Switches; CHAPTER 7: Seven-Segment LED Displays; CHAPTER 8: Introductory Stepper Motors; CHAPTER 9: RS-232 Serial Interface; CHAPTER 10: Interrupts and Timers in MBasic; CHAPTER 11: Analog-to-Digital Conversion; CHAPTER 12: Digital Temperature Sensors and Real-Time Clocks; CHAPTER 13: Assembler 101; CHAPTER 14: In-Line Assembler; CHAPTER 15: Interrupt Handlers and Timers in Assembler; CHAPTER 16: Digital-to-Analog Conversion; CHAPTER 17: DTMF Tone Decoding and Telephone Interface; CHAPTER 18: External Memory; CHAPTER 19: Advanced Stepper Motors; CHAPTER 20: X-10 Home Automation; CHAPTER 21: Digital Potentiometers and Controllable Filter; CHAPTER 22: Infrared Remote Controls; CHAPTER 23: AC Power Control; CHAPTER 24: DC Motor Control; CHAPTER 25: Bar Code Reader; CHAPTER 26: Sending Morse Code; CHAPTER 27: Morse Code Reader; CHAPTER 28: Weather Station and Data Logger; CHAPTER 29: Migrating from v5.2.1.x to 5.3.0.0 and the Undocumented MBasic; APPENDIX A: Parts List; APPENDIX B: Function Index Includes bibliographical references and index TECHNOLOGY & ENGINEERING / Automation bisacsh BASIC (Computer program language) fast Programmable controllers fast Programmable controllers BASIC (Computer program language) http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=166776 Aggregator Volltext |
spellingShingle | Smith, Jack R. Programming the PIC microcontroller with MBASIC TECHNOLOGY & ENGINEERING / Automation bisacsh BASIC (Computer program language) fast Programmable controllers fast Programmable controllers BASIC (Computer program language) |
title | Programming the PIC microcontroller with MBASIC |
title_auth | Programming the PIC microcontroller with MBASIC |
title_exact_search | Programming the PIC microcontroller with MBASIC |
title_full | Programming the PIC microcontroller with MBASIC by Jack R. Smith |
title_fullStr | Programming the PIC microcontroller with MBASIC by Jack R. Smith |
title_full_unstemmed | Programming the PIC microcontroller with MBASIC by Jack R. Smith |
title_short | Programming the PIC microcontroller with MBASIC |
title_sort | programming the pic microcontroller with mbasic |
topic | TECHNOLOGY & ENGINEERING / Automation bisacsh BASIC (Computer program language) fast Programmable controllers fast Programmable controllers BASIC (Computer program language) |
topic_facet | TECHNOLOGY & ENGINEERING / Automation BASIC (Computer program language) Programmable controllers |
url | http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=166776 |
work_keys_str_mv | AT smithjackr programmingthepicmicrocontrollerwithmbasic |