How to Send/Receive text file over 1553 Card?

  • Thread starter Thread starter The Techie here
  • Start date Start date
T

The Techie here

Guest
How to Send/Receive text file over 1553 Card from Bus Controller(BC) to the Remote Terminal (RT) and viceversa?

I am looking for a desktop application(GUI) that is being developed using C# language.
my requirements for a desktop application using C# are
1. Make a GUI for BC to
a)Upload a text file(.txt) on button click event.
b) Send text file to the RT from BC on the SEND button click event.
c) RECEIVE text file from the RT to the BC on button click event.
d) A Bus monitor window for monitoring all activities happening between BC and an RT
e) Save the received text file on a local drive.
2. Make a GUI for RT to
a)Upload text file(.txt) on button click event.
b) Send text file to the BC on SEND button click event.
c) RECEIVE text file from the BC on button click event.
d) A Bus monitor window for monitoring all activities happening between an RT and BC.
e) Save the received text file on local drive.

Please help me out to achieve this.

Thank You

Continue reading...
 
Back
Top