WiFi Framework 7.8.13.0 has been released
- WiFiClient demo updated to show how to set profile user XML data;
- Fixed issue with error decoding in ShowUIEdit() method;
- Compatibility update:
- Bluetooth Framework 7.10.13.0;
- IrDA Framework 7.6.9.0;
- Serial Framework 7.5.9.0;
- Timeline Framework 7.0.18.0;
Timeline Framework 7.0.18.0 has been released
- Compatibility update:
- Bluetooth Framework 7.10.13.0;
- IrDA Framework 7.6.9.0;
- Serial Framework 7.5.9.0;
- WiFI Framework 7.8.13.0.
Serial Framework 7.5.9.0 has been released
- Compatibility update:
- Bluetooth Framework 7.10.13.0;
- IrDA Framework 7.6.9.0;
- Timeline Framework 7.0.18.0;
- WiFI Framework 7.8.13.0.
IrDA Framework 7.6.9.0 has been released
- Compatibility update:
- Bluetooth Framework 7.10.13.0;
- Serial Framework 7.5.9.0;
- Timeline Framework 7.0.18.0;
- WiFI Framework 7.8.13.0.
Bluetooth Framework 7.10.13.0 has been released
- New error code: WCL_E_BLED112_SET_QUEUE_SIZE_FAILED;
- New error code: WCL_E_BLED112_SET_TIMEOUTS_FAILED;
- New error code: WCL_E_BLED112_SET_BAUD_RATE_FAILED;
- New error code: WCL_E_BLED112_SET_DTR_FAILED;
- New error code: WCL_E_BLED112_SET_LINE_CONTROL_FAILED;
- New error code: WCL_E_BLED112_SET_CHARS_FAILED;
- New error code: WCL_E_BLED112_SET_HANDFLOW_FAILED;
- Fixed issue when BLED112 dongle can not be used after its port was opened (used) by other application or by SerialClient (Serial Framework);
- Compatibility update:
- IrDA Framework 7.6.9.0;
- Serial Framework 7.5.9.0;
- Timeline Framework 7.0.18.0;
- WiFI Framework 7.8.13.0.
WiFi Framework 7.8.12.0 has been released
- wclWiFiEvents: small changes in events processing code;
- New ShowUIEdit method in wclWiFiProfilesManager. The method calls system Profile edit dialog.
Bluetooth Framework 7.10.12.0 has been released
- BeaconWatcher: List of 16-bit Service Solicitation UUID parser;
- BeaconWatcher: List of 32-bit Service Solicitation UUID parser;
- BeaconWatcher: List of 128-bit Service Solicitation UUID parser;
- New error code: WCL_E_BLUETOOTH_LE_ADVERTISING_UNBALE_CREATE_SHARED_EVENT;
- Bluetooth LE advertisers code improved.
Bluetooth Framework 7.10.11.0 has been released
- BeaconWatcher: service data advertisement parser;
- BeaconWatcher: known beacons parser reworked;
- C++ Edition: fixed A/V when closing Bluetooth Manager with BLED112 dongle.
Bluetooth Framework 7.10.10.0 has been released
- BLED112: fixed communication problems in busy environment;
- BLED112: fixed memory leak in C++ Edition;
- BLED112: LE devices discovering speed improved;
- BLED112: fixed WCL_E_BLUETOOTH_LE_DEVICE_NOT_DISCOVERED error when connecting to just found GATT device.
Bluetooth Framework 7.10.9.0 has been released
- Fixed bug in Beacons Watcher when it returns Monitoring "false" inside OnStarted event handler;
- Fixed issue with reading some properties of wclRfCommClient class;
- Fixed issue with reading some properties of wclRfCommServer class;
- Fixed issue with reading some properties of wclGattClient class;
- Fixed issue with reading some properties of wclGattService class.
WiFi Framework 7.8.11.0 has been released
- Critical Update: Fixed Access Violation appears in EnumBss() method.
WiFi Framework 7.8.10.0 has been released
- Synchronization method skDefault has been renamed to skMessages;
- Synchronization method skNone has been removed;
- New synchronization method has been added skThread: with this synchronization method all events fire in a separately running internal thread;
- The wclThread class has been moved from wclMessaging to a separate (wclThread) source file;
- The wclThread class now supports skThread and skApc synchronization;
- The Signal() method has been removed from the wclThread class;
- The OnSignal() method has been removed from the wclThread class;
- The wclPowerEventsMonitor class has been moved from wclMessaging to a separate (wclPowerEvents) source file;
- WCL_E_THREAD_SIGNAL_FAILED error code has been removed;
- New error code: WCL_E_THREAD_INVALID_SYNCHRONIZATION;
- New error code: WCL_E_THREAD_UNABLE_CREATE_THREAD_TERM_EVENT;
- C++ Edition: demo applications build issue has been fixed.
Timeline Framework 7.0.17.0 has been released
- Synchronization method skDefault has been renamed to skMessages;
- Synchronization method skNone has been removed;
- New synchronization method has been added skThread: with this synchronization method all events fire in a separately running internal thread;
- The wclThread class has been moved from wclMessaging to a separate (wclThread) source file;
- The wclThread class now supports skThread and skApc synchronization;
- The Signal() method has been removed from the wclThread class;
- The OnSignal() method has been removed from the wclThread class;
- The wclPowerEventsMonitor class has been moved from wclMessaging to a separate (wclPowerEvents) source file;
- WCL_E_THREAD_SIGNAL_FAILED error code has been removed;
- New error code: WCL_E_THREAD_INVALID_SYNCHRONIZATION;
- New error code: WCL_E_THREAD_UNABLE_CREATE_THREAD_TERM_EVENT;
- C++ Edition: demo applications build issue has been fixed.
Serial Framework 7.5.8.0 has been released
- Synchronization method skDefault has been renamed to skMessages;
- Synchronization method skNone has been removed;
- New synchronization method has been added skThread: with this synchronization method all events fire in a separately running internal thread;
- The wclThread class has been moved from wclMessaging to a separate (wclThread) source file;
- The wclThread class now supports skThread and skApc synchronization;
- The Signal() method has been removed from the wclThread class;
- The OnSignal() method has been removed from the wclThread class;
- The wclPowerEventsMonitor class has been moved from wclMessaging to a separate (wclPowerEvents) source file;
- WCL_E_THREAD_SIGNAL_FAILED error code has been removed;
- New error code: WCL_E_THREAD_INVALID_SYNCHRONIZATION;
- New error code: WCL_E_THREAD_UNABLE_CREATE_THREAD_TERM_EVENT;
- C++ Edition: demo applications build issue has been fixed.
IrDA Framework 7.6.8.0 has been released
- Synchronization method skDefault has been renamed to skMessages;
- Synchronization method skNone has been removed;
- New synchronization method has been added skThread: with this synchronization method all events fire in a separately running internal thread;
- The wclThread class has been moved from wclMessaging to a separate (wclThread) source file;
- The wclThread class now supports skThread and skApc synchronization;
- The Signal() method has been removed from the wclThread class;
- The OnSignal() method has been removed from the wclThread class;
- The wclPowerEventsMonitor class has been moved from wclMessaging to a separate (wclPowerEvents) source file;
- WCL_E_THREAD_SIGNAL_FAILED error code has been removed;
- New error code: WCL_E_THREAD_INVALID_SYNCHRONIZATION;
- New error code: WCL_E_THREAD_UNABLE_CREATE_THREAD_TERM_EVENT;
- C++ Edition: demo applications build issue has been fixed.
Bluetooth Framework 7.10.8.0 has been released
- Synchronization method skDefault has been renamed to skMessages;
- Synchronization method skNone has been removed;
- New synchronization method has been added skThread: with this synchronization method all events fire in a separately running internal thread;
- The wclThread class has been moved from wclMessaging to a separate (wclThread) source file;
- The wclThread class now supports skThread and skApc synchronization;
- The Signal() method has been removed from the wclThread class;
- The OnSignal() method has been removed from the wclThread class;
- The wclPowerEventsMonitor class has been moved from wclMessaging to a separate (wclPowerEvents) source file;
- WCL_E_THREAD_SIGNAL_FAILED error code has been removed;
- New error code: WCL_E_THREAD_INVALID_SYNCHRONIZATION;
- New error code: WCL_E_THREAD_UNABLE_CREATE_THREAD_TERM_EVENT;
- C++ Edition: demo applications build issue has been fixed;
- New error code: WCL_E_BLUETOOTH_RADIO_CLOSING;
- Fixed wclBluetoothManager.Close() freezing.
Bluetooth Framework 7.10.7.0 has been released
- Fixed memory leak in BLED112 enumeration procedure;
- C++ Edition: Fixed VS 2005 compiling issue.
News archives