#### ## ##### ## ## #####
## # # # ##### # # #
____ | _ \ | |_) | | __/ |_|
## ## ## ## #### ## ## ## ##
###### ## ## ## ######
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: [http://ser2net.sourceforge.net/ ser2net] is a TCP listener server, that allows remote connection to serial port. Since about 2012: some 3 .. 5W "SBC"-s can run (protected OS like Linux + TCP stack ) + ser2net ---- '''Orange PI PC''' (Plus (2) / Lite / Zero / Raspberry PI) to '''listen on TCP port 9001''' Debian or Ubuntu commands, same on x86 or x86_64 notebooks * USB-RS232 is /dev/ttyUSB0 * internal serial is sg like /dev/ttyS0 or /dev/ttyAMA0 (??) but kernel serial console might be in the way (and RS232-serial to TTL-serial adapter is needed, of course) <code> sudo bash (or acquire root privilege some suitable way) apt-get install ser2net echo '9001:raw:600:/dev/ttyUSB0:19200 8DATABITS NONE 1STOPBIT'>>/etc/ser2net.conf /etc/init.d/ser2net restart </code> should be similar for gentoo or other distro. Min 1.08 GHz, quadcore not necessary to tunnel TCP-serial data, but recommended for audio and video capturing/streaming and other usecases. ---- '''See''' * OverTCPWireless * SocatOptions * [https://linux.die.net/man/8/ser2net ser2net man-page] Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.