java - What is port name of Raspberry pi3? -


i want send string "*" arduino. have java project. , working on computer. (i defined port name "com3")

but after load project raspberry pi3, , tried send "*", fails. please @ code. problem simple, what must write instead of com3 control rasberry pi 3 usb port

serialport seri=new serialport("com3"); private void btnbaslatactionperformed(java.awt.event.actionevent evt) {                                                        seri.openport();              seri.setparams(9600, 8, 1,0);              seri.writestring("*");      }    


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -