The java tag has no usage guidance.
0
votes
1answer
62 views
Sending data over TCP connection in one piece
I'm trying to send short strings via Java client to Arduino server and vice versa. Sending data to client goes fine, but when I try to send data to arduino it cuts the string into bytes and then sends ...
1
vote
0answers
5 views
Flexiforce to Uno to Keyboard. Working but not as inteded
I have a Flexiforce 25 pound pressure sensors connected to my Arduino Uno which connects to my laptop. My requirement is to be able to play video games using taps on pressure sensors. I am ...
0
votes
2answers
80 views
Sending and receiving custom messages with Ardulink
I am sending custom code to Arduino with this ardulink command:
{ ArduinoControl.link.sendCustomMessage("oled");
}
Code from standard Ardulink sketch CustomMessagesChipKit.ino:
{
if ...
0
votes
0answers
57 views
arduino projects
Please help I have my code written java eclipse I want to read data from serial port using rxtx libraries, but when I ran my program the arduino senses serial communication but it does not display the ...