File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111< h1 align ="center "> lua Release Notes</ h1 >
1212
13- < h2 align ="center "> Release master </ h2 >
13+ < h2 align ="center "> Release 2-0 </ h2 >
1414< ul >
1515< li > < p > "iocsh" library now available for any version of base
1616< li > < p > Calls to the "iocsh" library can omit the library name while within
1717the luash interpreter, this makes the luash almost fully backwards compatible
18- with iocsh scripts. The only problems come from comments, due to "#" being a
19- command in lua.
18+ with iocsh scripts. The only problems come from comments ( due to "#" being a
19+ command in lua) and macros being different than global variables .
2020< li > < p > Better error handling in "asyn" library
2121< li > < p > lua Script file location now allows full paths
2222< li > < p > loadRegistered function automatically triggered
@@ -27,6 +27,9 @@ <h2 align="center">Release master</h2>
2727represent that it is creating an asynOctetClient not an asynPortDriver.
2828InTerminator and OutTerminator changed to member fields rather than
2929get/set functions.
30+ < li > < p > 'asyn' lua library new function "driver" creates an object representing
31+ an asynPortDriver. Allows you to get/set the value of parameters in the paramList
32+ and trigger the read and write functions of parameters.
3033< li > < p > Parameters supplied in luaRecord CODE field and macros provided to
3134luaSpawn are now evaluated using a lua sandbox environment rather than a
3235custom parser.
You can’t perform that action at this time.
0 commit comments