program a led screen in JAVA (for example)

415 views Asked by At

If I have an led screen how this:

http://puu.sh/iweqM/097f48c278.jpg

Can I program an application im Java?

There are an RS232 cable. In a normal way, we have to use an application that is already done, but can I done my application for plug on the lights?

Thanks Best regards

1

There are 1 answers

2
slartidan On

Yes, you can.

At first read the documentation of the hardware. This will (hopefully) tell you baud rate, etc. and the syntax and commands.

Afterwards write a program, that chooses the right serial port and communicates with the device.