Upgrade from 1.11 to 1.20
Posted: Fri Nov 26, 2004 12:14 pm
Upgrade from 1.11 to 1.20
DESIGN ISSUES
For .NET you must do the following changes in your application:
-> You must call Port.Dispose() before exiting the application.
-> If not multi-threaded, you must set Port.Parent = this (your form) or Port.Parent = Me (VB.NET). Port.MultiThreading is removed from the Port class in .NET.
-> this.Controls.Add(objParser) should be removed. SerialNET.Port does not inherit Control anymore.
LICENSING ISSUES
The licenseing models for 1.11 and 1.20 are the same. If you have bought a license for 1.11 you may upgrade for free if you are developing the same application you originally bought the license for.
If you develop a new application based on SerialTools you should buy a new license accordningly.
Regards,
Johan
Franson Support
DESIGN ISSUES
For .NET you must do the following changes in your application:
-> You must call Port.Dispose() before exiting the application.
-> If not multi-threaded, you must set Port.Parent = this (your form) or Port.Parent = Me (VB.NET). Port.MultiThreading is removed from the Port class in .NET.
-> this.Controls.Add(objParser) should be removed. SerialNET.Port does not inherit Control anymore.
LICENSING ISSUES
The licenseing models for 1.11 and 1.20 are the same. If you have bought a license for 1.11 you may upgrade for free if you are developing the same application you originally bought the license for.
If you develop a new application based on SerialTools you should buy a new license accordningly.
Regards,
Johan
Franson Support