Updated screenshots 2/20/07
I have the main interface built and just completed and tested the communication subsystem(entertaining - events for com in .net 2.0 use multithreading). Next I need to build the command interface. I am going to use a tree view and allow multiple subcommands per command. I also need to do some type of template formating so I know if you are giving me hex or ascii. Finally I need to wrap this into the xLobby interface(I did this with another communication program based on .net 1.0 and it worked fine. Thanks for the offer to test. If you would like me to send the executables email me at my gmail account. I can send the main app and the comm test program I wrote(Just sends strings right now);
I have laid a foundation for a very flexible and have plans in the future to allow dynamic assembly of c# code so you will be able to do advanced pre and post processing of the communication stream.
Initially this program will be focused on the RS232 interface but I do not see anyreason why it could not be extended to include TCP/IP communication.
On the following screens please excuse some of the test texboxes I have on the screens. I still have some cleaning up to do.
Here are a couple of screen shots of the main setup program:
Here are some shots of the Test program I wrote to test out the communications subsystem:
In the receive textbox I wanted to see how the receivedata event was capturing the data so where you see the "|" is where the event was called and I posted the result to the textbox.
Please let me know what you think about the interface so far and if you have any suggestions or recommendations for the first version.
Larry