TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
The Tehie
NA
56
12.3k
How to Send/Receive text file over 1553 Card?
Feb 23 2020 10:11 AM
How to Send/Receive text file over 1553 Card from Bus Controller(BC) to the Remote Terminal (RT) and vice versa?
I am looking for a desktop application(GUI) that is being developed using C# language.
my requirements for a desktop application using C# are
Make a GUI for BC to
Upload a text file(.txt) on button click event.
Send text file to the RT from BC on the SEND button click event.
RECEIVE text file from the RT to the BC on button click event.
A Bus monitor window for monitoring all activities happening between BC and an RT
Save the received text file on a local drive.
Make a GUI for RT to
Upload text file(.txt) on button click event.
Send text file to the BC on SEND button click event.
RECEIVE text file from the BC on button click event.
A Bus monitor window for monitoring all activities happening between an RT and BC.
Save the received text file on a local drive.
Please help me out to achieve this.
Thank You
Reply
Answers (
1
)
public static void RemoveLast(List<string> strings)
How to write web API make by entity framework by ADO.NET ?