Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
File /Modules/TPLink_Switch.zip uploaded
#file-notice
[email protected] Notification
The following files have been uploaded to the Files area of the [email protected] group. By: Georges K Description: |
Weird. I'll re-upload the latest one I have later this week (don't have access right now). On Sat, Aug 12, 2023, 23:50 Eric Luckart <eluckart@...> wrote: I cant find the updated module |
Georges,
I found why it wasn't working for my HS300. Your DecodeBuf isn't large enough. The incoming string from the HS300 is over 1200 in length. I changed it to 2048 and it worked. Other things I changed to fix weird issues I was having at times, I really didn't spend any time trouble shooting this. I just know in the past when I used the delay() method, it gave me issues like I was seeing. After switching to the gather I haven't had those issues. Line 48, I removed the Delay(10); as it wasn't working all the time. Line 43, I added Encoded$[2048] Line 67, I added Encoded$ = GatherByLength(Length, RX); - This is the fix for the delay(10) issue. Line 72, Changes from DecodeCurrentChar = getc(RX); to DecodeCurrentChar = getc(Encoded$); |
to navigate to use esc to dismiss