Other Parts Discussed in Thread: CC2540
Not sure if this is the right forum - but I can't get Btool to run so I can test out the basics of my CC2540 Mini DevKit - BTool crashes immediately with a complaint about comparing arrays - from the dump below I suspect it's trying to build/sort some COM port list?

************** Exception Text **************
System.InvalidOperationException: Failed to compare two elements in the array. ---> System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at BTool.CommSelectForm.<SortComPorts>b__0(String strA, String strB)
at System.Array.FunctorComparer`1.Compare(T x, T y)
at System.Collections.Generic.ArraySortHelper`1.SwapIfGreaterWithItems(T[] keys, IComparer`1 comparer, Int32 a, Int32 b)
at System.Collections.Generic.ArraySortHelper`1.QuickSort(T[] keys, Int32 left, Int32 right, IComparer`1 comparer)
at System.Collections.Generic.GenericArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
--- End of inner exception stack trace ---
at System.Collections.Generic.GenericArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
at System.Array.Sort[T](T[] array, Int32 index, Int32 length, IComparer`1 comparer)
at System.Array.Sort[T](T[] array, IComparer`1 comparer)
at System.Array.Sort[T](T[] array, Comparison`1 comparison)
at BTool.CommSelectForm.SortComPorts(String[] rgstrPorts)
at BTool.CommSelectForm.commSelect_FormLoad(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
(Note: if I hit "Continue" I do get a COM port dialog box which is empty (unpopulated)). Is there a newer version of BTool?
I'm using MS Vista Ultimate 32-bit - fully loaded machine with all the other TI software (Flash programmer, USB drivers etc) working fine. All .NET frameworks installed etc.
The BTLE USB dongle is on COM19 and opens fine with other terminal software.
