Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
glomdmms
glomdmms's Profile
2
Posts
1
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
Arduino uno & 4d systems uLCD-32PTU LCD screen.
[1 Reply]
04-Aug-2013 01:16 PM
Forum:
Integration and Hardware
Hello.
I have Arduino uno & 4d systems uLCD-32PTU LCD screen. same as the bellow link configuration.
http://www.youtube.com/watch?v=TeFM2uQYByY (I
want to similar thing)
I'm trying to use this library;
https://github.com/4dsystems/Picaso-Serial-Arduino-Library
but theres no example codes of read image of it's sd card, or display image, etc...
Please help me.
Thank you.
client library - cant detect disconnection
[0 Replies]
25-Sep-2011 09:17 PM
Forum:
Core Library Questions
Hello,
I use processings client library.
http://processing.org/reference/libraries/net/Client.html
it works very well, but i cant detect disconnection.
I cant make a 'keep-alive' connection.
When client disconnects; i want to try reconnect again..
Pls help.
Thank You.
import processing.net.*;
void setup() {
size(1024, 768);
background(255);
smooth();
k1ip = "127.0.0.1";
k2ip = "127.0.0.1";
k1Client = new Client(this, k1ip, 7000);
k2Client = new Client(this, k2ip, 7001);
}
void draw() {
if (k1Client.available() > 0) {
dataIn = k1Client.readBytes();
.....
}
}
«Prev
Next »
Moderate user : glomdmms
Forum