Raghu Dg

Greenhorn
+ Follow
since Sep 10, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Raghu Dg

I am creating simple java application using java RXTX library. Application will send data(from windows xp) to arduino(open source micro controller) which will display the received data on LCD display. When i send the data to arduino, arduino will reset itself. So it do not display the data. I can prevent arduino reset by connecting RST pin to 5v pin.(Hardware solution). Is their any software way to make windows DTR off in java code or java rxtx.
12 years ago
<id name="id" column="ID">
<generator class="identity"/>
</id>