Short: Serial device snooper Author: Joannis Petroglou Uploader: duesterb unixserv rz fh-hannover de Type: util/moni Version: 1.1 Architecture: m68k-amigaos Distribution: no restrictions Keywords: amiga serial snoop snooper device TITLE sersnoop AUTHOR Ioannis Petroglou DESCRIPTION This little tool shows all incomming seriell data and print it to the standard output ( Shell window or use ">" to pipe to a output file). A incomming byte has this output style: Example: a ASCII "A" $ 65 01000001 A | | | Hex Binary Ascii Only real Alphanumeric characters are shown as Ascii, so "$A" will not perform a linefeed. Device parameter settings: -------------------------- Type "Sersnoop ?" to get a command list overview. Without setting any parameter, SerSnoop uses default settings. Defaultsettings: ----------------- DEVICE = serial.device UNIT = 0 BAUDRATE = 1200 STOPBITS = 1 LED on. SHOWTIME,SPACESTEP and HOLDPORT off. Possible Parameter: ------------------- DEVICE = UNIT = STOPBITS= BAUDRATE= SHOWTIME Print out time/date information at every Snoop Activation/Deactivation. NOLED Disable the funny display information of the last transmitted byte. SPACESTEP= HOLDPORT = Using the PAUSE Button, SnoopSer free the serial.port. This option forces SnoopSer to hold the device at PAUSE. ASYNCMODE= Force SnoopSer to use the SendIO() methode, this mode ist more system friendly ( no polling.. ). But i have sometimes problems with multiface cards in this mode... 8-( Usage example: Snooping a serial (PC) Mice on a Multifacecard on port 1 with Time & LED output and remanent port allocation: SerSnoop DEVICE=duart.device UNIT=1 SHOWTIME HOLDPORT GUI Controlls: -------------- PAUSE - Deactivate Snooping. SNOOP - Reactivate Snooping. Use the Closegadget to quit program. REQUIREMENTS Workbench 3.0+ 68000+ Comment: ------- I create this little tool Sunday the 23.02.07 for Dirk Düsterberg, he needs a tool to snoop serial input and show the incomming data (non Ascii characters) in Hex, for his new PIC based Project. Contact the Autor: ------------------ E-Mail: petroglo@unixserv.rz.fh-hannover.de and don`t forget to visit our WWW Amiga PIC microcontroller Page ! http://linux.rz.fh-hannover.de/~duesterb