Modbus driver: C vs Java

Posted by cpf on Stack Overflow See other posts from Stack Overflow or by cpf
Published on 2010-06-14T12:27:49Z Indexed on 2010/06/14 12:32 UTC
Read the original article Hit count: 318

Filed under:
|
|

Hi stackoverflow,

I am soon going to start a project where I'm required to program a Modbus driver. My initial approach was to want to do it in Java, however my boss has had contact with a company that has experience in Modbus, and they said C is the better language to approach Modbus. So my boss pretty much demanded it to be in C. My C knowledge is not really big, so it would require me to learn enough to get the Modbus driver working in proper and stable order.

So, my question to you stackoverflow people with some experience in Modbus: how important could the choice of C vs Java be? The modbus site seems to have Java libraries, if C was so superior to Java in every way, why would they have those libraries? Would it be useful to learn C properly for the advantages that might give?

© Stack Overflow or respective owner

Related posts about java

Related posts about c