Connect BrightSign over serial port
Connecting the BrightSign player over serial port to PC or Mac is very helpful during development and troubleshooting. Let us know if this is a topic you are interested in.
Search for a command to run...
Connecting the BrightSign player over serial port to PC or Mac is very helpful during development and troubleshooting. Let us know if this is a topic you are interested in.
BrightSign is a solid digital signage media player that can run for years 24/7. Get the Support for success with BrightSign
When Telnet and SSH access is not showing in DWS Diagnostics tab and you know that the OS version supports this feature. Get the answer here and thanks for the coffee!
On Gen4 at 8.5.53.2 the below seems to be working, except for screencast. Had issues with connecting to Gen5 from Windows 10 on other PC. Wonder if there is a firewall related issue… sub main() x = 0 y = 0 width = 1920 height = 1080 ...
A local copy of the BrightScript Reference could be useful at times. Here is the BrightSign BrightScript v9 reference document for download. More can be found here https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370672718/BrightScript
https://jsonplaceholder.typicode.com/ https://world.openfoodfacts.org/data https://picsum.photos/ https://digidates.de/
If you need to fiddle with BrightScript code, this REPL is the perfect solution. https://brsfiddle.net/ Desktop Simulators for BrightScript can be found here: https://github.com/lvcabral/brs-desktop/releases
Not the prettiest code but if you must use anonymous function as a function argument in BrightScript you can. This would be the equivalent to JavaScript Arrow Function. ' This function applies a passed function to an argument ' apply = function ( a,...
Implement promise in BrightScript ' methods 'promise_resolve 'promise_reject 'promise_All ' Fulfills when all of the promises fulfill; rejects when any of the promises rejects. 'promise_AllSettled ' Fulfills when all promises settle. 'promise_race ' ...