Categories
Mikrokontroler Pembelajaran

Virtual Serial Ports Emulator (VSPE)

Wow, saya baru dapet informasi tentang VSPE atau Virtual Serial Ports Emulator dan gratis lagi, bisa membantu kita ngembangin eksperimen-eksperimen atau alat-alat yang menggunakan port serial sebagai saluran komunikasi-nya – wajib diketahui buat temen-temen yang memperdalam antarmuka port serial. Berikut informasi dari website-nya:

Tentang VSPE

VSPE is intended to help software engineers and developers to create/debug/test applications that use serial ports. It is able to create various virtual devices to transmit/receive data. Unlike regular serial ports, virtual devices have special capabilities: for example, the same device can be opened more than once by different applications, that can be useful in many cases. With VSPE you are able to share physical serial port data for several applications, expose serial port to local network (via TCP protocol), create virtual serial port device pairs and so on.

Fitur-fitur Kunci

  • Virtual device: connector
  • Virtual device: data splitter
  • Virtual device: pair
  • Mapper device
  • User mode device: TcpServer
  • User mode device: TcpClient
  • User mode device: Serial Redirector
  • User mode device: UDP Manager
  • User mode device: Bridge
  • Python scripting system
  • x86 and x86_64 processor architecture support
  • VSPE API (C/C++ header and static library) for native language developers
  • VSPE API Python bindings for Python developers
  • Embedded HTTP server
  • Data monitoring