I'm still waiting on tec support to identify the correct pins to hook it up.
on COM1 there is a rrxd1 and a ttxd1 hopefully that's the pins i need. I'm a noob and trying to teach myself this stuff, and again thank you very much
I'm still waiting on tec support to identify the correct pins to hook it up.
on COM1 there is a rrxd1 and a ttxd1 hopefully that's the pins i need.
Another example of the classic x-y problem. If I could only find the rx/tx pinouts...
Hopefully? Hope does not work with electronics. Hope is how you blow things up. Now you're attempting to find what are probably non-exsistent rx and tx connections on a modern PC motherboard. Let's say that tech support does in fact reply and tell you where the pins are. Do you know what electrical levels need to be connected? RS232? TTL? 3V3? What electrical levels does the Arduino expect?
Why did you assume you couldn't use the USB port? You'd be working on your GUI by now if you hadn't started making assumptions. Use the USB connection. PySerial reads and writes it. Just about every Python<->Arduino demo reads and writes to/from the Arduino via it's USB port... as a serial device - because of thats all the USB connection is, a serial port.
I'm using a Chinese UNO R3. I may have to use to USB to connect I was hoping to leave the USB free for programming because I may want to add some more bells and whistles and I'm unsure if there is a legacy com port because I can't find it in the manual.
raptor:
I'm using a Chinese UNO R3. I may have to use to USB to connect I was hoping to leave the USB free for programming because I may want to add some more bells and whistles and I'm unsure if there is a legacy com port because I can't find it in the manual.
The UNO's USB can be used for both, you won't be running program while you are uploading code.