JavaME RaspBerryPi UART can't receive data from RS485
问题 I try to connect my raspberry pi (with raspbian weezy) with a strip LED module. To do this, I use the UART connection of RBPi in order to communicate with RS485 strip connection. My trouble : I can (yes I can) send data but I don't received ACK or anything else. However my strip LED module send data frame to the RBPi (I can see it on oscilloscope). EDIT : I think it's due to the following error that appears when the program opened UART connection. NO : The following error is due to an non