Search by Tags

WEC VF50 / VF61 BSP Release

 

The following table contains known issues, scheduled bug fixes, and feature improvements for the Vybrid Windows CE BSPs and images.

Any schedules are not guaranteed, but reflect the current planning. The planning could be shifted due to priority changes.
Issues which are scheduled for a specific version will be integrated in the mentioned version of the BSP.

We will update this table continuously in order to always provide the latest state of our development plan.

Odd beta versions, as 1.0b1 or 1.3b3, are internal releases only for testing. They are omitted from the table.

View All Submitted (open) Released (closed)
Clear Filter
Issue #StatusSubjectModuleSubsystemWinCE OS

V1.1beta1 (Release date: 2015-02-06)
- WinCE 6 Updates: Installed Microsoft CE6 Updates until 2014M11
- WEC 7 Updates: Installed Microsoft CE7 Updates until November 2014
- WEC 2013 Updates: Installed Microsoft CE8 Updates until November 5
WC-2560FixedOnly one stop bit supported on serial portColibri VF50, Colibri VF61UARTCE6, WEC7, WEC2013

Description: The hardware controller can support up to two additional bits after each byte of data. One bit is always used as stop bit, the other one may be used as additional stop bit or parity. Now the driver supports also 2 stop bits, but only with no parity. When selecting 8 data bits + parity the parity is now sent as 8th bit, driver can support 7 or 8 data bits, parity and 1 or 2 stop bits. The maximum number of bits is 10. So it's possible to have 8+parity+1 stop, 8 + 2 stop, but not 8+parity+2 stop bits This means that the serial controller supports the following combinations: - 8 data bits + 1 stop bit - 8 data bits + 1 parity bit + 1 stop bit - 8 data bits + 2 stop bits - 7 data bits + 1 partity bit + 1 stop bit Currently only the first and last combinations are supported by the driver