Author Topic: capture serial communication in windows and send under linux  (Read 9895 times)

wmo

  • Member
  • ***
  • Posts: 1
capture serial communication in windows and send under linux
« on: December 20, 2012, 04:53:22 am »
hi experts,

it's about a windows-app which sends my custom configuration to a rs232 connected scanner. i would
have to use the same configuration companywide under opensuse. how would you do that?

thx werner

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: capture serial communication in windows and send under linux
« Reply #1 on: December 20, 2012, 01:13:21 pm »
You want to capture the data the Windows app sends so you can send the same data in a Linux app?

A search on:

windows capture serial data

will bring up several options.

HDowns

  • Member
  • ***
  • Posts: 14
Re: capture serial communication in windows and send under linux
« Reply #2 on: December 20, 2012, 11:49:28 pm »
Expecially for you task:
http://www.aggsoft.com/serial-port-monitor.htm
1. Switch to the "Spy"
2. Configure different log files for incoming and outgoing data without date/time stamps (because you need outgoing binary data oly)
3. Copy the file to the target computer.