DevMike Posted July 9, 2019 Share Posted July 9, 2019 Anyone know of any reasonable (or free) software that can record a DMX data stream packet by packet and let me view the data per channel? We have a customer that is having an issue with DMX. To us it seems like the data being sent every frame is changing causing issues. We are trying to figure out where the data is going wrong -- if it is his equipment or not (since the data is going through an E1.31 to DMX bridge) I know I could write something myself, but I really don't have time at the moment and would rather grab something off the shelf. Basically I want to use our USB to USB485 adapter as a DMX adapter (which I should be able to do), to 'sniff' what is happening on the DMX line (packet by packet, channel by channel). Link to comment Share on other sites More sharing options...
gsmith37064 Posted July 9, 2019 Share Posted July 9, 2019 (edited) @DevMike Not sure if this will work, but it's for the comm/serial port. Which is what the USB adapter is if I am not mistaken. https://freeserialanalyzer.com/ https://www.google.com/search?client=firefox-b-1-d&q=how+to+sniff+a+comm+port Edited July 9, 2019 by gsmith37064 Link to comment Share on other sites More sharing options...
DevMike Posted July 11, 2019 Author Share Posted July 11, 2019 I appreciate the try! I can get the raw data off the line (or I should be able to, I haven't actually done that yet). What I need is a DMX protocol analyzer. Something that once it gets the data off the serial port it can turn it into meaningful labeled data by channel with timestamps, etc. It is starting to look like I may have to write my own. Hey, maybe a new product for LOR to sell Link to comment Share on other sites More sharing options...
k6ccc Posted July 12, 2019 Share Posted July 12, 2019 WireShark will grab it at the E1.31 point. I don't know of anything that can grab it at RS-485. Link to comment Share on other sites More sharing options...
DevMike Posted July 12, 2019 Author Share Posted July 12, 2019 12 hours ago, k6ccc said: WireShark will grab it at the E1.31 point. I don't know of anything that can grab it at RS-485. Yup. I got the E1.31 stuff all sorted out. It was the RS485 side I needed the help with. In the end the issue I was working on was not data related, it's hardware. But you know the drill: when all you have is a hammer (programmer) every problem you see is a nail (data). I may still have to write something in the future, since it would have been a big help. Thanks to everyone who went looking and tried to help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now