Search found 3 matches

by RichieRogers1972
09 May 2023, 21:34
Forum: RFlink: General Discussions
Topic: Unable to Send Commands to RFLink
Replies: 3
Views: 2290

Re: Unable to Send Commands to RFLink

Hi, After some "playing around" I've got it to work, but is a bit strange. This works: import serial ser = serial.Serial("/dev/ttyUSB0",57600,timeout=2) ser.readline() # this just before the "write" makes it work ser.write(b'10;BofuMotor;e20202;03;DOWN;\r\n') ser.flush(...
by RichieRogers1972
09 May 2023, 21:20
Forum: RFlink: General Discussions
Topic: Unable to Send Commands to RFLink
Replies: 3
Views: 2290

Re: Unable to Send Commands to RFLink

Hi, Yeah, I thought as much, but not found a way to make it work in Python. Have just had some success with miniterm: miniterm [/dev/ttyUSB0] 57600 -e --eol CRLF Pasting in any of these does work for one of my blinds: 10;BofuMotor;e20202;03;DOWN; 10;BofuMotor;e20202;03;UP; 10;BofuMotor;e20202;03;STO...
by RichieRogers1972
09 May 2023, 18:15
Forum: RFlink: General Discussions
Topic: Unable to Send Commands to RFLink
Replies: 3
Views: 2290

Unable to Send Commands to RFLink

Hi, I've got an RFLink that can successfully send and receive signals for various 433MHz items in RFLinkLoader. However, trying to use Python (a library python-rflink, I think) or pySerial I can receive signals, but send doesn't do anything (no error, but device not triggered - tried with blinds and...