I'm very new to brightscript; just getting into writing plugins now. In the example plugins I've found I keep coming across the print command. I'm also experimenting with bsp.diagnostics.printdebug(). Where do these actually print to? I've checked my players log in brightsign connected and I've never seen my messages come through there. Is there a way to simply view print commands in a brightscript plugin?
Date
Votes
4 comments
-
Bright Scripters Output from print command show in the console through ssh or serial port.
This article should help you get started:
https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370672795/BrightScript+Debug+Console
-
awilliams777 Oof so there is no way to print from a brightscript plugin to the diagnostic web server? I can only print over the serial connection?
-
awilliams777 ah ok i got in over ssh. Didn't realize the account name to login to the player was "brightsign" by default lol
-
Bright Scripters You can print to the log in DWS using roSystemLog. For dev work I find ssh or serial more efficient.
https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370673311/roSystemLog
Please sign in to leave a comment.