AN2263 Freescale Semiconductor / Motorola, AN2263 Datasheet - Page 19

no-image

AN2263

Manufacturer Part Number
AN2263
Description
PC Master Software: Creation of Advanced Control Pages
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
MOTOROLA
PC Master Software: Creation of Advanced Control Pages
When the N variable is read successfully, 2*N bytes of the w(n) array can be
read into variable data.
When the data are read successfully, first clear the contents of column A rows
2 to 129 on the sheet "Data".
Check the bounds of the read data
and transform the data from the 8-bit memory dump into the 16-bits signed
fractional values and write them to the cleared cells in order.
Freescale Semiconductor, Inc.
Else
End If
For More Information On This Product,
succ = pcm.ReadMemory("w", 2 * N, data, msg)
If succ Then
Else
End If
MsgBox (msg)
Go to: www.freescale.com
sht.Range("A2:A129").ClearContents
serCnt = UBound(data)
For s = 0 To (serCnt \ 2)
Next s
MsgBox (msg)
MSB = data(2 * s + 1)
LSB = data(2 * s)
If MSB >= 128 Then
Else
End If
sht.Cells(s + 2, 1).Value = ...
sht.Cells(s + 2, 1).Value = ...
(256 * MSB + LSB - 65535) / 32768
(256 * MSB + LSB) / 32768
Example: Step-by-Step Guide
AN2263/D
19

Related parts for AN2263