Update
Affiche le dernier élément reçu
This commit is contained in:
parent
7b3eb0d7ec
commit
9598184722
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -237,6 +237,7 @@ namespace Serial_Observer
|
|||||||
private void AddListItemMethod(String myString)
|
private void AddListItemMethod(String myString)
|
||||||
{
|
{
|
||||||
listBox_portLogs.Items.Add(myString);
|
listBox_portLogs.Items.Add(myString);
|
||||||
|
listBoxGoToLast();
|
||||||
}
|
}
|
||||||
|
|
||||||
private string HexToString(string hexdata)
|
private string HexToString(string hexdata)
|
||||||
@ -250,5 +251,10 @@ namespace Serial_Observer
|
|||||||
|
|
||||||
return (String.Join("", hexDataSplit));
|
return (String.Join("", hexDataSplit));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void listBoxGoToLast()
|
||||||
|
{
|
||||||
|
listBox_portLogs.TopIndex = listBox_portLogs.Items.Count - 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
BIN
Serial Observer/Serial Observer/bin/Release/Serial Observer.exe
Normal file
BIN
Serial Observer/Serial Observer/bin/Release/Serial Observer.exe
Normal file
Binary file not shown.
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
BIN
Serial Observer/Serial Observer/bin/Release/Serial Observer.pdb
Normal file
BIN
Serial Observer/Serial Observer/bin/Release/Serial Observer.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
972a4f89a3424dcc7a02b600beecf4a0500705f9
|
@ -0,0 +1,10 @@
|
|||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\bin\Release\Serial Observer.exe.config
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\bin\Release\Serial Observer.exe
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\bin\Release\Serial Observer.pdb
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\obj\Release\Serial Observer.csprojResolveAssemblyReference.cache
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\obj\Release\Serial_Observer.Form1.resources
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\obj\Release\Serial_Observer.Properties.Resources.resources
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\obj\Release\Serial Observer.csproj.GenerateResource.cache
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\obj\Release\Serial Observer.csproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\obj\Release\Serial Observer.exe
|
||||||
|
C:\Users\Jean-Daniel\Documents\GitHub\SerialObserver\Serial Observer\Serial Observer\obj\Release\Serial Observer.pdb
|
Binary file not shown.
Binary file not shown.
BIN
Serial Observer/Serial Observer/obj/Release/Serial Observer.exe
Normal file
BIN
Serial Observer/Serial Observer/obj/Release/Serial Observer.exe
Normal file
Binary file not shown.
BIN
Serial Observer/Serial Observer/obj/Release/Serial Observer.pdb
Normal file
BIN
Serial Observer/Serial Observer/obj/Release/Serial Observer.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user