For an embedded project, I have 10-15 ARM based Linux systems (slaves)
connected to a another ARM based Linux system (master) via the i2c
bus.

I would like to be able to create a serial console from the master to
each of the slaves using only the i2c bus. Is there a way to do this
with the existing i2c code in the kernel i.e. any way to create a
virtual serial port that runs over the i2c bus? If such a method
exists, does it support any sort of software flow control?

If no such method exists, is there any reason why such an
implementation is not feasible?
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to