-
Notifications
You must be signed in to change notification settings - Fork 1
/
SerialEcho.readme
83 lines (50 loc) · 1.45 KB
/
SerialEcho.readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Short: Dumps a line to serial debug output.
Author: [email protected] (Christian Rosentreter)
Uploader: [email protected] (Christian Rosentreter)
Version: 50.7
Date: 09-Feb-2014
Type: util/cli
SerialEcho 50.7
Dumps a line to serial debug output
Copyright © 2005-2014 Christian Rosentreter.
All rights reserved.
Introduction
------------
SerialEcho works like the AmigaDOS built-in command 'Echo',
but its output is redirected to the serial port instead
(which can be caught with another computer connected to
the serial port or a tool like Sashimi).
The MorphOS and AmigaOS m68k versions of SerialEcho are
reentrant and can be made resident.
Template
--------
/M,NOLINE/S
NOLINE - no linefeed is dumped at end of output
Usage Examples
--------------
Dump a single word:
> SerialEcho Foobar
Dump multiple words/ single line:
> SerialEcho Foo Bar
> SerialEcho "Foo Bar"
Dump multiple lines:
> SerialEcho "Foo*nBar"
Dump a single line, but w/o linefeed:
> SerialEcho Foobar NOLINE
Thanks
------
Jürgen 'antibike' Lucas
- for the idea and spending a minute waiting until the first working
version of SerialEcho was done. :)
Matthias 'mazze' Rustler
- AROS changes
Stefan Blixth
- AROS build fixes
License/ Disclaimer
-------------------
see License.txt document.
Credits
-------
Copyright © 2005-2014 Christian Rosentreter
http://tokai.binaryriot.org/
http://www.christianrosentreter.com/