<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Trouble with Serial Communication to SM23375DT - Communications				            </title>
            <link>https://www.animatics.com/forum/communications/trouble-with-serial-communication-to-sm23375dt/</link>
            <description>Animatics Distributor Locator Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 16 Sep 2026 11:57:41 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Trouble with Serial Communication to SM23375DT</title>
                        <link>https://www.animatics.com/forum/communications/trouble-with-serial-communication-to-sm23375dt/#post-393</link>
                        <pubDate>Sun, 19 Jul 2020 01:21:02 +0000</pubDate>
                        <description><![CDATA[Hi all,

I am looking to control the SmartMotor via RS-232 communication in Python. However, it seems like every write command from pyserial does not reflect on the serial data analyzer. ...]]></description>
                        <content:encoded><![CDATA[Hi all,

I am looking to control the SmartMotor via RS-232 communication in Python. However, it seems like every write command from pyserial does not reflect on the serial data analyzer. 

Please find the snippet of the code below here:

import time
import serial

ser = serial.Serial(port='COM6', baudrate=9600,
            bytesize=serial.EIGHTBITS, parity=serial.PARITY_NONE,
            stopbits=serial.STOPBITS_ONE, timeout=2)

ser.write('EIGN(3)'.encode())
ser.write('EIGN(2)'.encode())
ser.write('ZS'.encode())

-------------------------------------------------
Please kindly let me know if I have gotten anything wrong as I'm new to implementing serial communications. Thanks.]]></content:encoded>
						                            <category domain="https://www.animatics.com/forum/communications/">Communications</category>                        <dc:creator>jerluenn</dc:creator>
                        <guid isPermaLink="true">https://www.animatics.com/forum/communications/trouble-with-serial-communication-to-sm23375dt/#post-393</guid>
                    </item>
							        </channel>
        </rss>
		