Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by HDowns

  1. H

    Data acquisition software (e.g. LabView, DASYLab). What should I use?

    The USB to RS-422 converter will create a COM port on your computer. You may find many data loggers in Internet. I have used this application in the past: https://www.aggsoft.com/serial-data-logger.htm It can send requests to a device and log to files.
  2. H

    [SOLVED] RS232 - PIC sending data to PC

    It seems that you mean RS232-TTL signals. These lines cannot be directly connected to the standard RS232 port. You may use any TTL-to-RS232 level converter. Or RS232-TTL to USB.
  3. H

    accesing serial com port

    It depends on your needs. If you want to see that you VB program sends and receives on the COM port then you may use any serial port monitor (Advanced Serial Port Monitor for example). Otherwise you may use the following program. It may split one COM port to two new virtual COM ports...
  4. H

    Serial Port over ethernet help needed

    Hardware solution: moxa nport 5110 (real COM port mode) Software solution: TCP COM Bridge
  5. H

    NMEA protocol GPS help

    Up to 256 bytes. I didn't see standard sentences large than this length.
  6. H

    Data viewing on a website by gprs data logging.

    You may use the following software: https://www.aggsoft.com/gps-tracker-data-logger/ but I'm not sure that it is optimal for a single device.
  7. H

    Problem using 8 USB to RS232 adapters with PC and windows XP

    You must use Windows API (CreateFile and etc.) and forget about the addresses. In this case you can work with virtual serial ports for USB converters.
  8. H

    Serial port protocol reverse engineering

    Also AGG Software's Advanced Serial Port Monitor can be useful for you, because allows not only capture data in the sniffer mode, but allows to send commands to the RS232 device in the manual mode. -- Helen

Part and Inventory Search

Back
Top