Browse Source

release new version

Wilfried Klaas 6 years ago
parent
commit
3d8e8354ae
6 changed files with 10 additions and 11 deletions
  1. 2 2
      Beispiele/SimpleServo.tps
  2. 6 0
      README.md
  3. 2 2
      SPS_EMU.000
  4. BIN
      SPS_Emu.lsu
  5. 0 1
      uselectcom.lfm
  6. 0 6
      uselectcom.pas

+ 2 - 2
Beispiele/SimpleServo.tps

@@ -1,7 +1,7 @@
 #TPS:Willies SPS Arduino
-0x00,F,E,""
+0x00,1,F,""
 0x01,2,8,""
-0x02,F,D,""
+0x02,1,0,""
 0x03,2,7,""
 0x04,3,4,""
 0x05,0,0,""

+ 6 - 0
README.md

@@ -1,10 +1,16 @@
 # **SPS_Emulator Version History**
 
+**10.12.2018 Version 0.2.1.56**
+  
+  * FEATURE: serial upload to new SPS Targets with simple serial interface
+
 **18.11.2018 Version 0.2.1.52**
+  
   * FEATURE: deactivating right panel if not in emulator mode
   * FEATURE: new internal "Jump to" will show the absolute memory address, if a skip or jump command will be executed
 
 **17.11.2018 Version 0.2.1.51**
+  
   * BUG: clicking "new row" with active row at the end of the table, two rows will be added
   * BUG: The last empty row will only show command 0. Data is not be set. 
   * BUG: on Export the field names are no correctly padded

+ 2 - 2
SPS_EMU.000

@@ -2,8 +2,8 @@
 LSUTextFile=1
 Copyrigth=MCS Media Computer Software
 [LSUInfo]
-CompileDate=18.11.2018
-CompileTime=23:51:58
+CompileDate=10.12.2018
+CompileTime=14:08:28
 Name=Wilfried Klaas
 LSUBinFile=E:\daten\git-sourcen\SPS_Emulator\SPS_Emu.lsu
 LSUTextFile=E:\daten\git-sourcen\SPS_Emulator\SPS_Emu.

BIN
SPS_Emu.lsu


+ 0 - 1
uselectcom.lfm

@@ -24,7 +24,6 @@ object frmSelectCom: TfrmSelectCom
     CancelButton.Name = 'CancelButton'
     CancelButton.DefaultCaption = True
     TabOrder = 0
-    OnClick = ButtonPanel1Click
     ShowButtons = [pbOK, pbCancel]
   end
   object Label1: TLabel

+ 0 - 6
uselectcom.pas

@@ -17,7 +17,6 @@ type
     cbServices: TComboBox;
     Label1: TLabel;
     Label2: TLabel;
-    procedure ButtonPanel1Click(Sender: TObject);
     procedure FormCreate(Sender: TObject);
     procedure FormShow(Sender: TObject);
   private
@@ -41,11 +40,6 @@ begin
   MCSLSU.MakeForm('frmSelectCom', 'ID_', frmSelectCom );
 end;
 
-procedure TfrmSelectCom.ButtonPanel1Click(Sender: TObject);
-begin
-
-end;
-
 procedure TfrmSelectCom.FormShow(Sender: TObject);
 begin
   MCSLSU.MakeForm('frmSelectCom', 'ID_', frmSelectCom );