Communication

Hello all,

Forgive the vague nature of this post. Please. But, I'm looking over some documentation for the javacomm API, and have found that jUSB isn't supported in Windows. Fair enough. However, as an electronics hobbyist (albeit somewhat poor), I do want to make various ports on my PC act as dialable DC power supplies, oscilloscopes, and function generators. Is there any way to do this using Java, or should I look into something else; like VB or C++ (and dealing with that particular nightmare), or just spend the $3K or so to get LabView and an NI DAQ board. Does anyone do this, or have any advice?

Ideally, I'd like to use my sound card as a function generator/oscilloscope, and my USB port(s) as a power supply. I know Java has made some advancements in this, but I don't know if it's appropriate here.

Anything (not smarmy) is appreciated.

Thanks!

[896 byte] By [jmarottaa] at [2007-11-26 19:36:34]
# 1
Switch from Windows to Linux/Solaris/Unix. I know that javacomm is supported on UNIX/Solaris and I'm fairly certain that it is available on Linux as well.Stay away from VB. If you must stay with Windows, go with C/C++/ASM.
Navy_Codera at 2007-7-9 22:12:34 > top of Java-index,Java Essentials,New To Java...
# 2
Another good person to ask would be JosAH. If he's around he'll likely see this post. I think he does a lot along those lines.
Navy_Codera at 2007-7-9 22:12:34 > top of Java-index,Java Essentials,New To Java...
# 3

Well, ideally, it'd be no problem to switch to a Linux/Windows dual-boot system. The last time I did this, though, it gave me a lot of headaches. It worked eventually, but it's not an experience I'm in a rush to repeat. So I think C/C++ might be the way to go.

You don't happen to know any hardware interfacing tutorials for C/C++ that a google search wouldn't turn up, would you?

Thanks!

jmarottaa at 2007-7-9 22:12:34 > top of Java-index,Java Essentials,New To Java...
# 4
Oddly enough, I've run into a few great tutorials here on Sun's site. Don't remember how I got there or why - but they were here none-the-less.Happy coding!
Navy_Codera at 2007-7-9 22:12:34 > top of Java-index,Java Essentials,New To Java...
# 5
That IS a little odd...You just sort of assume that non-Java will be here.Thanks for the help!
jmarottaa at 2007-7-9 22:12:34 > top of Java-index,Java Essentials,New To Java...