Search found 12 matches
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: tdtool in windows does not accept long enough command
- Replies: 10
- Views: 13019
Re: tdtool in windows does not accept long enough command
Maybe you could instruct how to send it?
rfcmd
Om jag vill bitbanga min tellstick duo, ska jag använda rfcmd eller finns det något färdigt jag kan använda?
Mvh,
/Roger
Mvh,
/Roger
Bitbang
Hi,
Is there any way to bitbang the tellstick duo, making it possible to send as long as pulse trains as I want to?
examples please.
Is there any way to bitbang the tellstick duo, making it possible to send as long as pulse trains as I want to?
examples please.
Re: Bitbang
raw=255 bytes right?
I want to use arbitrary number of bytes....
I want to use arbitrary number of bytes....
- Fri Mar 17, 2023 9:45 am
- Forum: Hardware
- Topic: Euroscreen RF control
- Replies: 1
- Views: 6348
Euroscreen RF control
Hi,
Is there any way to control the projection screen from Euroscreen with a tellstick (net)?
I have RF HEX codes for the Global Cache iTach, are those of any use to me, should I go for another solution?
Is there any support for running theses hex codes directly using tellstick?
/R
Is there any way to control the projection screen from Euroscreen with a tellstick (net)?
I have RF HEX codes for the Global Cache iTach, are those of any use to me, should I go for another solution?
Is there any support for running theses hex codes directly using tellstick?
/R
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: tdtool in windows does not accept long enough command
- Replies: 10
- Views: 13019
tdtool in windows does not accept long enough command
Hi, I'm trying to send the following: echo 'T\0x13\0x3A\0xA7\0x01\0x86\0xBB\0x94\0x14\0x11\0x14\0x41\0x14\0x11\0x14\0x41\0x41\0x44\0x44\0x41\0x41\0x11 \0x11\0x41\0x11\0x11\0x11\0x41\0x11\0x11\0x11\0x11\0x41\0x11\0x14\0x41\0x11\0x11\0x44\0x44+' | tdtool --raw - But I'm only able to send c:\Program Fi...
- Fri Mar 17, 2023 9:45 am
- Forum: Hårdvara
- Topic: Styrning av projektorduk?
- Replies: 0
- Views: 2285
Styrning av projektorduk?
Hej, Har en Euroscreen (Draper i USA) duk med kontrollbox: KC050-01 (stödjer RF, IR, RS232) Vill styra denna med en tellstick net, är det möjligt? Har även RF HEX koder för iTach om det kan vara till nytta, dvs om man kan konvertera dem. Vet ej vilket protokoll som Euroscreen använder sig av. Tips? /R
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: tdtool in windows does not accept long enough command
- Replies: 10
- Views: 13019
Re: tdtool in windows does not accept long enough command
Please explain as the first command doesn't work, the second does?
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: tdtool in windows does not accept long enough command
- Replies: 10
- Views: 13019
Re: tdtool in windows does not accept long enough command
Hi,
I think we are misinterpreting each other:
I get the following when sending the first one:
Sending raw command: An error occurred while communicating with TellStick
But I don't get this on the second one.
My concern is that I'm not able to send all 134 pulses.
Best regards,
/Roger
I think we are misinterpreting each other:
I get the following when sending the first one:
Sending raw command: An error occurred while communicating with TellStick
But I don't get this on the second one.
My concern is that I'm not able to send all 134 pulses.
Best regards,
/Roger
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: tdtool in windows does not accept long enough command
- Replies: 10
- Views: 13019
Re: tdtool in windows does not accept long enough command
To make this more clear:
I want to send the following using tdtool, how?
'R', 15, 'P', 0, 'T', 19, 58, 167, 0, 134, 187,148,20,17,20,65,20,17,20,65,65,68,68,65,65,17,17,65,17,17,17,65,17,17,17,17,65,17,20,65,17,17,68,68+
Best regards,
/Roger
I want to send the following using tdtool, how?
'R', 15, 'P', 0, 'T', 19, 58, 167, 0, 134, 187,148,20,17,20,65,20,17,20,65,65,68,68,65,65,17,17,65,17,17,17,65,17,17,17,17,65,17,20,65,17,17,68,68+
Best regards,
/Roger
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: tdtool in windows does not accept long enough command
- Replies: 10
- Views: 13019
Re: tdtool in windows does not accept long enough command
Exactly the same error! code.txt contains: 'R', 15, 'P', 0, 'T', 19, 58, 167, 0, 134, 187,148,20,17,20,65,20,17,20,65,65,68,68,65,65,17,17,65,17,17,17,65,17,17,17,17,65,17,20,65,17,17,68,68+ Then from cmd I run: tdtool --raw code.txt Sending raw command: Could not connect to the Telldus Service type...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: tdtool in windows does not accept long enough command
- Replies: 10
- Views: 13019
Re: tdtool in windows does not accept long enough command
I also saw that several others had problems with larger pulsetrains: echo -ne '\x54\x7F\xFF\x18\x01\x00\x9A\x8A\x8A\x8A\x8A\x88\xA8\xAA\x8A\x8A\x88\xA8\xAA\x88\xA8\xA8\xAA\x8A\x8A\x8A\x8A\x88\xA8\xAA\x88\xA8\xAA\x88\xAA\x8A\x8A\x88\xA8\x2B' | tdtool --raw - The above doesn't work but below does, why...