Display binary Store › Forums › Video Experimenter › General Discussion › Display binary Tagged: binary, Closed caption, display, encoding This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago by grafik.muzik. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts April 9, 2017 at 6:55 pm #8904 grafik.muzikParticipant Hi! Do you have an idea how to display closed caption raw binary code in the serial monitor? I’ve tried to edit ClosedCaptions.pde between lines 122 and 178, but cannot figure out how it works. Thanks for any help 🙂 This topic was modified 7 years, 7 months ago by grafik.muzik. April 12, 2017 at 12:43 pm #8910 MichaelKeymaster If you want to print binary instead of the character itself, just change: pserial.write(c[0]); to: pserial.print(c[0], BIN); This reply was modified 7 years, 7 months ago by Michael. Reason: formatting April 13, 2017 at 9:48 am #8914 grafik.muzikParticipant Hi Michael, Thanks for this quick answer! I’ll try that as soon as I’m back home, next week. Cool project, with good support! 🙂 Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Log in / Register