bwhiteford
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020
09:05 PM
Sending Hex data to RS232 Port
Greetings community!
I am trying to send hex data to a RS232 port, but have not quite figured out how to do it. Sending ASCII works fine, but haven't figured out the trick for hex. The hex string I'm trying to send is 02 50 4F 46 03.
This is my latest attempt, but not working:
serial = CreateObject("roSerialPort", 0, 9600) sermsg = CreateObject("roByteArray") sermsg.FromHexString("02504F4603") serial.SendLine(sermsg)
Thank you so much for your help!
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2020
11:41 AM
Re: Sending Hex data to RS232 Port
It sounds like you are asking a question about the BrightSign platform rather than Roku OS.
Maybe try https://brightsign.zendesk.com/hc/en-us/community/topics/200594547-BrightSign-General-Community ?
bwhiteford
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2020
02:32 PM
Re: Sending Hex data to RS232 Port
Thanks RokuKC, I just posted in that forum.