Programming the PIC microcontroller with MBASIC /:
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,...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Amsterdam ; Boston :
Elsevier/Newnes,
2005.
|
Schriftenreihe: | Embedded technology series.
|
Schlagworte: | |
Online-Zugang: | Volltext Volltext |
Zusammenfassung: | 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. |
Beschreibung: | 1 online resource (xiv, 783 pages) : illustrations |
Bibliographie: | Includes bibliographical references and index. |
ISBN: | 9780750679466 0750679468 0080460747 9780080460741 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn162130395 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 070802s2005 ne a ob 001 0 eng d | ||
040 | |a OPELS |b eng |e pn |c OPELS |d OCLCG |d OCLCQ |d N$T |d YDXCP |d MERUC |d ZCU |d IDEBK |d OCLCQ |d OCLCF |d OCLCQ |d OCLCO |d OCLCQ |d COCUF |d LIV |d OCLCQ |d D6H |d VTS |d INT |d VT2 |d OCLCQ |d COO |d WYU |d JBG |d OCLCQ |d STF |d LEAUB |d M8D |d OCLCQ |d OCLCO |d MHW |d OCLCQ |d OCLCO |d OCLCL |d SXB |d OCLCQ | ||
019 | |a 76839267 |a 148737204 |a 441756255 |a 507479085 |a 1055368618 |a 1066614040 |a 1081274289 | ||
020 | |a 9780750679466 | ||
020 | |a 0750679468 | ||
020 | |a 0080460747 |q (electronic bk.) | ||
020 | |a 9780080460741 |q (electronic bk.) | ||
035 | |a (OCoLC)162130395 |z (OCoLC)76839267 |z (OCoLC)148737204 |z (OCoLC)441756255 |z (OCoLC)507479085 |z (OCoLC)1055368618 |z (OCoLC)1066614040 |z (OCoLC)1081274289 | ||
037 | |a 114120:114213 |b Elsevier Science & Technology |n http://www.sciencedirect.com | ||
050 | 4 | |a TJ223.P76 |b S62 2005eb | |
072 | 7 | |a TEC |x 004000 |2 bisacsh | |
082 | 7 | |a 629.8/955262 |2 22 | |
049 | |a MAIN | ||
100 | 1 | |a Smith, Jack R., |d 1946- |1 https://id.oclc.org/worldcat/entity/E39PCjvkT7ryvbmWmpX89BPjP3 |0 http://id.loc.gov/authorities/names/n2005031274 | |
245 | 1 | 0 | |a Programming the PIC microcontroller with MBASIC / |c by Jack R. Smith. |
260 | |a Amsterdam ; |a Boston : |b Elsevier/Newnes, |c 2005. | ||
300 | |a 1 online resource (xiv, 783 pages) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Embedded technology series | |
520 | |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. | ||
505 | 0 | |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. | |
504 | |a Includes bibliographical references and index. | ||
588 | 0 | |a Print version record. | |
650 | 0 | |a Programmable controllers. |0 http://id.loc.gov/authorities/subjects/sh85107305 | |
650 | 0 | |a BASIC (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh85012076 | |
650 | 6 | |a Automates programmables. | |
650 | 6 | |a BASIC (Langage de programmation) | |
650 | 7 | |a TECHNOLOGY & ENGINEERING |x Automation. |2 bisacsh | |
650 | 7 | |a BASIC (Computer program language) |2 fast | |
650 | 7 | |a Programmable controllers |2 fast | |
758 | |i has work: |a Programming the PIC microcontroller with MBASIC (Text) |1 https://id.oclc.org/worldcat/entity/E39PCG4CQMjP8XCWYWP8Prv8md |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Smith, Jack R., 1946- |t Programming the PIC microcontroller with MBASIC. |d Amsterdam ; Boston : Elsevier/Newnes, 2005 |z 0750679468 |z 9780750679466 |w (DLC) 2005049115 |w (OCoLC)60188759 |
830 | 0 | |a Embedded technology series. |0 http://id.loc.gov/authorities/names/n2001009362 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=166776 |3 Volltext |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://www.sciencedirect.com/science/book/9780750679466 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 166776 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n 62951 | ||
938 | |a YBP Library Services |b YANK |n 2493624 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn162130395 |
---|---|
_version_ | 1816881650800263168 |
adam_text | |
any_adam_object | |
author | Smith, Jack R., 1946- |
author_GND | http://id.loc.gov/authorities/names/n2005031274 |
author_facet | Smith, Jack R., 1946- |
author_role | |
author_sort | Smith, Jack R., 1946- |
author_variant | j r s jr jrs |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TJ223 |
callnumber-raw | TJ223.P76 S62 2005eb |
callnumber-search | TJ223.P76 S62 2005eb |
callnumber-sort | TJ 3223 P76 S62 42005EB |
callnumber-subject | TJ - Mechanical Engineering and Machinery |
collection | ZDB-4-EBA |
contents | 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. |
ctrlnum | (OCoLC)162130395 |
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>05972cam a2200577 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn162130395</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cn|||||||||</controlfield><controlfield tag="008">070802s2005 ne a ob 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">OPELS</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">OPELS</subfield><subfield code="d">OCLCG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">MERUC</subfield><subfield code="d">ZCU</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COCUF</subfield><subfield code="d">LIV</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">D6H</subfield><subfield code="d">VTS</subfield><subfield code="d">INT</subfield><subfield code="d">VT2</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">WYU</subfield><subfield code="d">JBG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">STF</subfield><subfield code="d">LEAUB</subfield><subfield code="d">M8D</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">MHW</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">SXB</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">76839267</subfield><subfield code="a">148737204</subfield><subfield code="a">441756255</subfield><subfield code="a">507479085</subfield><subfield code="a">1055368618</subfield><subfield code="a">1066614040</subfield><subfield code="a">1081274289</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780750679466</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0750679468</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0080460747</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780080460741</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)162130395</subfield><subfield code="z">(OCoLC)76839267</subfield><subfield code="z">(OCoLC)148737204</subfield><subfield code="z">(OCoLC)441756255</subfield><subfield code="z">(OCoLC)507479085</subfield><subfield code="z">(OCoLC)1055368618</subfield><subfield code="z">(OCoLC)1066614040</subfield><subfield code="z">(OCoLC)1081274289</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">114120:114213</subfield><subfield code="b">Elsevier Science & Technology</subfield><subfield code="n">http://www.sciencedirect.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TJ223.P76</subfield><subfield code="b">S62 2005eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">TEC</subfield><subfield code="x">004000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">629.8/955262</subfield><subfield code="2">22</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Smith, Jack R.,</subfield><subfield code="d">1946-</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCjvkT7ryvbmWmpX89BPjP3</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2005031274</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="260" ind1=" " ind2=" "><subfield code="a">Amsterdam ;</subfield><subfield code="a">Boston :</subfield><subfield code="b">Elsevier/Newnes,</subfield><subfield code="c">2005.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (xiv, 783 pages) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Embedded technology series</subfield></datafield><datafield tag="520" 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="505" ind1="0" 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="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Programmable controllers.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85107305</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">BASIC (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85012076</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Automates programmables.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">BASIC (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">TECHNOLOGY & ENGINEERING</subfield><subfield code="x">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="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Programming the PIC microcontroller with MBASIC (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCG4CQMjP8XCWYWP8Prv8md</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Smith, Jack R., 1946-</subfield><subfield code="t">Programming the PIC microcontroller with MBASIC.</subfield><subfield code="d">Amsterdam ; Boston : Elsevier/Newnes, 2005</subfield><subfield code="z">0750679468</subfield><subfield code="z">9780750679466</subfield><subfield code="w">(DLC) 2005049115</subfield><subfield code="w">(OCoLC)60188759</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Embedded technology series.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2001009362</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=166776</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://www.sciencedirect.com/science/book/9780750679466</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">166776</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">62951</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">2493624</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn162130395 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:16:06Z |
institution | BVB |
isbn | 9780750679466 0750679468 0080460747 9780080460741 |
language | English |
oclc_num | 162130395 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (xiv, 783 pages) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2005 |
publishDateSearch | 2005 |
publishDateSort | 2005 |
publisher | Elsevier/Newnes, |
record_format | marc |
series | Embedded technology series. |
series2 | Embedded technology series |
spelling | Smith, Jack R., 1946- https://id.oclc.org/worldcat/entity/E39PCjvkT7ryvbmWmpX89BPjP3 http://id.loc.gov/authorities/names/n2005031274 Programming the PIC microcontroller with MBASIC / by Jack R. Smith. Amsterdam ; Boston : Elsevier/Newnes, 2005. 1 online resource (xiv, 783 pages) : illustrations text txt rdacontent computer c rdamedia online resource 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. Print version record. Programmable controllers. http://id.loc.gov/authorities/subjects/sh85107305 BASIC (Computer program language) http://id.loc.gov/authorities/subjects/sh85012076 Automates programmables. BASIC (Langage de programmation) TECHNOLOGY & ENGINEERING Automation. bisacsh BASIC (Computer program language) fast Programmable controllers fast has work: Programming the PIC microcontroller with MBASIC (Text) https://id.oclc.org/worldcat/entity/E39PCG4CQMjP8XCWYWP8Prv8md https://id.oclc.org/worldcat/ontology/hasWork Print version: Smith, Jack R., 1946- Programming the PIC microcontroller with MBASIC. Amsterdam ; Boston : Elsevier/Newnes, 2005 0750679468 9780750679466 (DLC) 2005049115 (OCoLC)60188759 Embedded technology series. http://id.loc.gov/authorities/names/n2001009362 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=166776 Volltext FWS01 ZDB-4-EBA FWS_PDA_EBA https://www.sciencedirect.com/science/book/9780750679466 Volltext |
spellingShingle | Smith, Jack R., 1946- Programming the PIC microcontroller with MBASIC / Embedded technology series. 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. Programmable controllers. http://id.loc.gov/authorities/subjects/sh85107305 BASIC (Computer program language) http://id.loc.gov/authorities/subjects/sh85012076 Automates programmables. BASIC (Langage de programmation) TECHNOLOGY & ENGINEERING Automation. bisacsh BASIC (Computer program language) fast Programmable controllers fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85107305 http://id.loc.gov/authorities/subjects/sh85012076 |
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 | Programmable controllers. http://id.loc.gov/authorities/subjects/sh85107305 BASIC (Computer program language) http://id.loc.gov/authorities/subjects/sh85012076 Automates programmables. BASIC (Langage de programmation) TECHNOLOGY & ENGINEERING Automation. bisacsh BASIC (Computer program language) fast Programmable controllers fast |
topic_facet | Programmable controllers. BASIC (Computer program language) Automates programmables. BASIC (Langage de programmation) TECHNOLOGY & ENGINEERING Automation. Programmable controllers |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=166776 https://www.sciencedirect.com/science/book/9780750679466 |
work_keys_str_mv | AT smithjackr programmingthepicmicrocontrollerwithmbasic |