Java and serial communication -


this question regarding project, need serial communication between embedded os, , small microcontroller.

is java suited purpose of i2c serial communication - im thinking in terms of speed. seem remember that, because of java, , jvm, other programming languages, such c, c++ , python better, faster choice.

does have experience this?

thanks.

edit: more specific, embedded os raspbian, running on raspberry pi.

generally speaking, yes languages c , c++ faster , better suited this. times people c/c++ comes close metal because controlling things on such low level (practically on register level). java on other hand has lot more overhead reason stated: jvm. reason microcontroller might not able support java, though dont know working in particular.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -