We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Serial out issues (Read 764 times)
Serial out issues
Jul 2nd, 2007, 7:59pm
 
Hello,

I'm trying to port over some old VB code and am having some issues. At the moment, I am just trying to poll a few uControllers by sending out a string of bytes.

In C# I do it by: port.Write(new byte[] { 0x40, 0xfe, 0x41, 0xfe }, 0, 4);

How do I correctly create and send out a byte array in Processing?

Thank you
Page Index Toggle Pages: 1