Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Device control via the Serial port

Status
Not open for further replies.

ulot

New Member
hello

I'm working on a project involving power line communication between PCs using the serial port. But in addition, I also want to be able to send serial data that will be received by a simple digital network and used to control a set of devices. I've seen it done with the serial port but can it be implemented similarly using the serial port maybe using a serial-in register to receive the serial data and then a logic circuit to switch various devices depending on the data in the register?
 
Serial ports generally use UARTS for communication. You can use one to convert the serial data to parallel.
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top