[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Serial Cable Chat Program



I've got to build, this month, a little chat program that can work by a
direct connection between two PCs. I've got a program using Tkinter that
lets you do a text chat with another instance of the program connected to
127.0.0.1 using Python's Sockets module, on the same screen.

Should I be using PySerial and trying a serial-cable connection, or some
other method? I need simple two-way text data transmission that I can
figure out quickly, that's all.

Kris