I'm writing a plugin that returns hex data.
How can I write my onReceive method and serial.read function to just spit out whats coming in? I can't get it to spit out anything (but I can see the incoming data in a serial port monitor when ran seperately)
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
reading incoming data from serial port
Re: reading incoming data from serial port
Take a look at some of the plugins that come with EG. AIRT/Barco/JVCHD1Serial/Onkyo all use serial ports it looks like. Maybe one can help you. I just did a search for SetReadEventCallback from Notepad++ to get that list, BTW. Nice find in files capability.
Brett
Brett
Re: reading incoming data from serial port
I just figured it out.
It seems just asking the question makes it work.
It seems just asking the question makes it work.
Re: reading incoming data from serial port
Nice. That's funny.Fiasco wrote:It seems just asking the question makes it work.
Brett