Re: [Hamlib-developer] VISA for RS232, USB and the like
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: <rem...@gm...> - 2011-11-15 19:52:40
|
http://en.wikipedia.org/wiki/Virtual_Instrument_Software_Architecture "The VISA library has standardized the presentation of its operations over several software reuse mechanisms, including through a C API exposed from Windows DLL, visa32.dll and over the Microsoft COM technology." Very interesting. On the other hand, we might have to create a COM object with MSVC and make it call hamlib which is compiled with gcc. This is possible but it implies using MSVC, which might be disliked by some users. Le 15.11.2011 18:32, Jonas Stein a écrit : > Hi, > > many meters have a RS232, USB or similar port. > Some people develloped a abstraction layer called visa [1] > > I think it could be interesting to include the ham stuff there too. > The user could use VISA to change the channel on the radio and to > ask the amperemeter about the current. > > I am not familiar with the hamlib code, but thought the idea could > be useful for future releases. > > kind regards, > > [1] http://en.wikipedia.org/wiki/Instrument_Driver#I.2FO_Hardware_Abstraction_Layer_VISA > |