M
Matthew Ryan via .NET 247
I have a fairly large heritage VB 6 application that controlsabout 5 serial port devices with a fairly complicated but lineartimer scheme to service all of them (a work around of the singlethread aspect). I am trying to upgrade incrementally, and wantto write a VB.net stand alone class / module / application thatcan service one of these devices on it's own. I'd start thisapplication from the VB6 heritage program and (ideally) serviceinterrupts that come from the new VB.NET application. Thatapplication would be controlling the serial port by itself. Does anyone have suggestions for the best way of implementingthis? (Console, form, service, other?)
Thanks in advance,
Matt
Thanks in advance,
Matt