0
votes
4answers
207 views
Problem receving in RXTX
I've been using RXTX for about a year now, without too many problems. I just started a new program to interact with a new piece of hardware, so I reused the connect() method I've u …
0
votes
3answers
173 views
C# communicate with RS-232 using VISA
Hi,
Does anyone have any C# example code to communicate with a device thru an RS-232 serial port using VISA ?
I just want to issuse some simple commands and queries to the device …
4
votes
4answers
231 views
How I can fix this code to allow my AVR to talk over serial port?
Hi guys, I've been pulling my hair out lately trying to get an ATmega162 on my STK200 to talk to my computer over RS232. I checked and made sure that the STK200 contains a MAX202CP …
1
vote
8answers
2k views
Javascript interface with RS-232 Serial Port
I am currently working on a project that involves a 4 Port A/V switch. This switch can be controlled via RS-232.
The computer that will interface with the switch runs Vista. I w …
2
votes
3answers
317 views
Robust and easy to implement serial bus (automotive application)
What serial communication bus would you use in a automotive embedded system if your main selection criteria were:
* Electrically robust
* Slow speed (32 kb/s)
* Easy to program
* E …
