Multiprocotol Terminalprogram (BAT)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonas Arnold
92beb2ec45
changed IsConnected boolean to State of Enum ProtocolConnectionState,
...
changed DisconnectedEvent to ConnectionStateChanged event,
fixed exception while unintentional disconnect in SerialProtocol,
implemented connection state indicator in tab header,
resolved warnings
3 years ago
..
ByteDataViewModel.cs
changed ExtendedChar to ExtendedByte,
3 years ago
CommunicationDataViewModel.cs
implemented send on enter,
3 years ago
ICommunicationDataViewModel.cs
fixed clear command,
3 years ago
IDataViewModel.cs
changed ExtendedChar to ExtendedByte,
3 years ago
ITerminalViewModel.cs
implemented teardown of all tabs when closing Main App
3 years ago
SendReceiveViewModel.cs
Implemented MultiFormatDataView for SentData,
3 years ago
ShellViewModel.cs
implemented teardown of all tabs when closing Main App
3 years ago
TerminalViewModel.cs
changed IsConnected boolean to State of Enum ProtocolConnectionState,
3 years ago