Diff: ScriptContext

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
NewFeaturesInSICS

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 4 and version 3:
Line 26 was replaced by line 26
- controller std <send terminator> <timeout> <reply terminator> <separator>
+ controller std [sendterminator=...] [timeout=...] [replyterminator=...] [lineseparator=...]
Lines 30-33 were replaced by lines 30-36
- Other protocols than std and bin might be programmed in the core SICS code,
- in fact there are already a couple of them programmed by Mark Koennecke.
- For some needs, it might be easier to enhance the std or bin protocol.
-
+ Defaults are:
+ {{{
+ sendterminator=\n
+ timeout=5
+ replyterminator= (means CR/LF or any combination)
+ lineseparator= (means no multiline responses are expected)
+ }}}
Line 35 was replaced by line 38
- return value is 1 when the controller was created, 0 when
+ The return value is 1 when the controller was created, 0 when
At line 39 added 4 lines.
+ Other protocols than std and bin might be programmed in the core SICS code,
+ in fact there are already a couple of them made by Mark Koennecke.
+ For some needs, it might be easier to enhance the std or bin protocol.
+

Back to ScriptContext, or to the Page History.