|
HCS08(u) ActiveX Control Programming Reference
Each time you drag and drop a HCS08(u) control over a form at design time in your application project, you create an object that gives you access at runtime to specific microcontroller's resources (through its BDM interface) as memory, registers, debugging functionality, programming procedures, etc. Every HCS08(u) control instance you create in your project share some properties like communication baud rate with the POD interface, the connection state and the target operating mode, so you only need to pay attention of this attributes in just one instance. The HCS08(u) ActiveX control has two different kind of methods: synchronous and asynchronous. The asynchronous methods are reserved for potentially time consuming operations like on-chip flash programming, debugging or memory dumping among others. Every asynchronous method is associated with an event that is fired when the operation connected with the method invocation is finished. So this way assures the responsiveness of your user interface at all times.
|
|