Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
fuschiagogo
fuschiagogo's Profile
2
Posts
2
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
write command serially to mbed
[2 Replies]
24-Jan-2013 03:12 PM
Forum:
Integration and Hardware
i have an mbed file that initiates when a lower case 't' is sent to it. im having trouble writing to the serial port. here's what i have
import processing.serial.*;
// The serial port:
Serial myPort;
void setup() {
// List all the available serial ports:
println(Serial.list());
// Open the port you are using at the rate you want:
myPort = new Serial(this, Serial.list()[0], 115200);
myPort.write('t');
}
convert byte array or byte string into jpeg
[4 Replies]
24-Jan-2013 03:08 PM
Forum:
General Discussion
i currently have a linksprite jpeg camera connected to my mbed micocontroller.
im pulling a byte array and byte string into processing and id like to convert that information into a jpeg. any information would be great. thank you.
«Prev
Next »
Moderate user : fuschiagogo
Forum