Difference between revisions of "Control Pascal Tutorial"

From Free Pascal wiki
Jump to navigationJump to search
(Control Pascal Tutorial)
 
m (Text replacement - "Object Pascal Tutorial" to "Basic Pascal Tutorial")
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Overview ==
+
The '''Control Pascal Tutorial''' is a tutorial to get started with pascal with control hardware such as USB or Data  Acquisition Boards.
This is a new [http://www.controlpascal.com/tutorial.htm Control Pascal Tutorial] started 25 Aug. 2015.
+
 
 +
This is a new [https://web.archive.org/web/20180827001405/http://www.controlpascal.com:80/tutorial.htm Control Pascal Tutorial] started 25 Aug. 2015. Our goal is to develop a tutorial that a child (ten years old?) or an engineer (who hasn't studied or done any programming) can use to get started with Free Pascal. We've done this already for about fifteen years (for electronics and Basic) using the Parallax [https://www.parallax.com/product/28152 What's a Microcontroller kit] (you can read the PDFs [https://www.parallax.com/downloads/whats-microcontroller-text here]).
  
 
The first tutorial introduces the Pascal programming language, file managers, the command prompt, the Free Pascal compiler, and the minimal files needed to compile a program.
 
The first tutorial introduces the Pascal programming language, file managers, the command prompt, the Free Pascal compiler, and the minimal files needed to compile a program.
 +
 +
Here is the complete [https://web.archive.org/web/20180827001405/http://www.controlpascal.com:80/tutorial.htm Control Pascal Tutorial].
 +
 +
== See also ==
 +
* [[How to start]]
 +
* [[Compilers]]
 +
* [[Basic Pascal Tutorial]]
 +
* [[Small Virtual Machines]] - stuff being worked on for a later tutorial
  
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
 
[[Category:FPC]]
 
[[Category:FPC]]
 +
[[Category:SciTech]]
 +
[[Category:FPC in Science and Technology]]
 +
[[Category:Hardware]]
 +
[[Category:Robotics]]
 +
[[Category:Control Pascal]]

Latest revision as of 03:30, 29 March 2020

The Control Pascal Tutorial is a tutorial to get started with pascal with control hardware such as USB or Data Acquisition Boards.

This is a new Control Pascal Tutorial started 25 Aug. 2015. Our goal is to develop a tutorial that a child (ten years old?) or an engineer (who hasn't studied or done any programming) can use to get started with Free Pascal. We've done this already for about fifteen years (for electronics and Basic) using the Parallax What's a Microcontroller kit (you can read the PDFs here).

The first tutorial introduces the Pascal programming language, file managers, the command prompt, the Free Pascal compiler, and the minimal files needed to compile a program.

Here is the complete Control Pascal Tutorial.

See also