From d7d7ab2244c26e87bcdd350aa5e35252dba70396 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 4 Jan 2017 10:37:47 -0800 Subject: [PATCH] Make the tutorial demo a bit more useful --- _posts/2017-01-03-pdp-11-tutorials.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2017-01-03-pdp-11-tutorials.md b/_posts/2017-01-03-pdp-11-tutorials.md index a8e10ad1a..8a046455f 100644 --- a/_posts/2017-01-03-pdp-11-tutorials.md +++ b/_posts/2017-01-03-pdp-11-tutorials.md @@ -44,14 +44,14 @@ The second feature is a generalized method for sending commands to components wi want to send some serial data to a machine: {% raw %} - {% include machine-command.html type='button' label='Try It!' machine='vt100' component='SerialPort' command='receiveData' value='Hello World' %} + {% include machine-command.html type='button' label='Try It!' machine='test1170' component='SerialPort' command='receiveData' value='HELP\r' %} {% endraw %} which should translate into a control that looks like: - + -In fact, let's try it now. {% include machine-command.html type='button' label='Try It!' machine='vt100' component='SerialPort' command='receiveData' value='Hello World' %} +In fact, let's try it now. {% include machine-command.html type='button' label='Try It!' machine='test1170' component='SerialPort' command='receiveData' value='HELP\r' %} Obviously, every component we want to control will need to be updated to export the necessary "command" functions.