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
0da1a83e7c
implemented Tcp Client Protocol, including UI part,
renamed all Messages to UIMessage,
created StoppedReadingUIMessage,
worked on UDP protocol
|
3 years ago |
| .. |
|
Factories
|
added check if SettingsViewModel implements IProtocolSettings in CommunicationProtocolFactory,
|
3 years ago |
|
Helpers
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
Model
|
changed ExtendedChar to ExtendedByte,
|
3 years ago |
|
Network
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
Serial
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
Tcp
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
Types
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
Udp
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
UsbHid
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
CommunicationProtocol.cs
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
ConnectionRequestEventArgs.cs
|
implemented ConnectionRequestEventArgs to provide Connection result (Sucess or failure) to ProtocolSettingsViewModel
|
3 years ago |
|
DisconnectedEventArgs.cs
|
wired up real communication protocol to the CommunicationDataViewModel,
|
3 years ago |
|
ICommunicationProtocol.cs
|
changed IsConnected boolean to State of Enum ProtocolConnectionState,
|
3 years ago |
|
ILibraryEquivalentConverter.cs
|
implemented serial protocol,
|
3 years ago |
|
IProtocolSettings.cs
|
implemented newline handling in CommunicationDataViewModel,
|
3 years ago |
|
IProtocolSettingsViewModel.cs
|
implemented forcing state change of settingsVM when UnintentionalDisconnect happened,
|
3 years ago |
|
MultiTerm.Protocols.csproj
|
implemented first version of UDP protocol
|
3 years ago |
|
ProtocolSettingsViewModel.cs
|
implemented forcing state change of settingsVM when UnintentionalDisconnect happened,
|
3 years ago |
|
ReceivedDataEventArgs.cs
|
changed ExtendedChar to ExtendedByte,
|
3 years ago |
|
SentDataEventArgs.cs
|
changed ExtendedChar to ExtendedByte,
|
3 years ago |