1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> |
<== Date ==> | <== Thread ==> |
---|
Subject: | Reg : How to use custom baud rate such as 125000 for ioc running on Linux |
From: | Abhishek Mazumdar - STFC UKRI via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 28 Feb 2024 10:42:30 +0000 |
This Message Is From an External Sender
This message came from outside your organization.
Hello,
I am running an ioc for a device in linux which supports 125000 baud rate using UART communication.
The vendor of the device has provided python libraries through which I am able to communicate with the device without any issues.
The vendor's python libraries uses python serial package to communicate with the port /dev/ttyUSB1 (for example) using baud rate 125000.
But when I am using the baud rate 125000 in my ioc's st.cmd , I am not able to communicate with the device.
How to communicate with the device using 125000 baudrate using EPICs IOC ?
Thanks,
Abhishek Mazumdar
|