- Home /
Are serial (RS-232) events with Mono 2.6 supported?
I've been trying to find out whether Mono 2.6 that will be coming with Unity 4.x supports serial events (RS-232). The current mono version doesn't support events, rather you need to use polling to snag the data coming in. Some details off the mono site:
http://www.mono-project.com/HowToSystemIOPorts
I did find on the Unity compatibility page:
Class: SerialDataReceivedEventArgs (namespace System.IO.Ports, assembly System)
I've been trying to dig around and find out whether this means the new Mono version supports the events. Does anybody familiar with Mono 2.6 know whether events are supported now?
Thanks, Kyle
Your answer
Follow this Question
Related Questions
Conflict with DotNet compatibility library and Unity editor mode 1 Answer
Serial Callbacks/Error Reporting. 0 Answers
Is there a way of subscribing to Update() without the script being attached to a GameObject? 1 Answer
Why is FtpWebRequest not allowed in webplayer builds 1 Answer
Particle Collision / Trigger not being reported to On_xx Event 1 Answer