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
Post a Comment