Click here to Skip to main content
15,893,508 members

Comments by Richard W Allen (Top 11 by date)

Richard W Allen 18-Jan-16 14:50pm View    
Hi Bill, I am sure your analysis is correct. I am really an embedded micro programmer (originally in assembler) so I am not very comfortable with Windows programming. Thanks for your tutorial I will study it well
Richard W Allen 18-Jan-16 14:46pm View    
Deleted
Hi Bill,
Richard W Allen 18-Jan-16 12:55pm View    
Thanks for all the suggestions.
Richard W Allen 18-Jan-16 12:54pm View    
Many thanks.
Richard W Allen 18-Jan-16 12:13pm View    
Agreed. I have now created a singleton for my logging method. Originally I created the serial port in form1 using the SerialPort tool. This gave me the problem that I could not access the non-static serial port from my singleton (or am I missing something?). I have now created a SerialComms class where I instantiated the port and I have a static instance of this class created in form1. Do you think that is the correct implementation?