This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB949-Q1: Script to read and write Serializer as well as Remote (Deserializer) Registers

Part Number: DS90UB949-Q1
Other Parts Discussed in Thread: ALP

Hi Team,

DS90UB0949 Serializer is conncted directly to DS90UB0948 remotely via FPDLink. I have configure Serializer as well as deserializer register via Analog Launch Pad Software Register settings tab.

Could you please provide one sample python script to access serializer registers as well as  remote(deserializer)  registers. So that I can directly run this script on "Scripting" tab.

Regards,

Chintha

  • Chintha,

    A number of example scripts can be found under the following ALP install folder

    C:\Program Files (x86)\Texas Instruments\Analog LaunchPAD v1.57.0010\PreDefScripts

    To give you a sample of how you can configure serializer / deserializer from a script, please look at this particular example script below

    C:\Program Files (x86)\Texas Instruments\Analog LaunchPAD v1.57.0010\PreDefScripts\DS90UB954\sensor_init_1920_1080_30fps_REMOTE.py

    This code is for 954 deserializer talking to 953 serializer and a remote sensor connected to 953. It shows how the device aliases are setup and used along with device ID to do I2C read/write commands. 

    Thanks,

    Vishy