##// END OF EJS Templates
Updated spec file.
Updated spec file.

File last commit:

r15:c9290c6ca8bb default
r102:1fe40426b7f2 socexplorer-0.6-3 0.6
Show More
LEON3_LOAD.py
12 lines | 391 B | text/x-python | PythonLexer
Jeandet Alexis
Sync
r15 #!/usr/bin/socexplorer -e
Jeandet Alexis
First init of SocExplorer Repository.
r0
proxy.loadSysDriver("AHBUARTplugin","AHBUART");
proxy.loadSysDriverToParent("dsu3plugin","AHBUART");
Jeandet Alexis
Sync
r15 proxy.loadSysDriverToParent("APB_UART_PLUGIN","AHBUART");
Jeandet Alexis
First init of SocExplorer Repository.
r0 AHBUART.open("/dev/ttyUSB0",30000000)
FILE=QtGui.QFileDialog.getOpenFileName()
if FILE!="":
dsu3plugin0.openFile(FILE)
dsu3plugin0.loadFile()
dsu3plugin0.run()
print "File loaded and running"