473,626 Members | 3,413 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SMBus Access

Dear all,

I'm using GPIO (general purpose IO) of a motherboard. Accessing SMBus
Components directly by the Registers of the
SMBus Controller. Has anybody a more elegant way not to bind the software to
much to the specific motherboard ?

Thanks in advance for any hint,
Wolfgang
Nov 22 '05 #1
2 6038
Is this a generic x86 class PC clone motherboard? what is GPIO? not the
acronym but explain the hardware, connector, interface, etc

SMbus, so its Intel?

You have to interface the hard wired device ports to some application
program. IOW, whatever a gpio is, have options to let you select any range
of hardware chip select addresses

So create a textbox to accept the device address, and a button to read.
Have some other function that will start from 0 and read up to 127 or
whatever the top addr is and see what it can find, then list all of those
active devices.

Your app should have a binary to decimal to hex converter tool, maybe be
able to click a radio button to select the number base.

Use serialization to store the previous session results. If you make a
manual smbus reader/writer tool, it might become clear later how to
streamline it. Or you can offer it as a beta version and ask for comments.


"Wolfgang" <Ne***@nowhere. com> wrote in message
news:cs******** *****@news.t-online.com...
Dear all,

I'm using GPIO (general purpose IO) of a motherboard. Accessing SMBus
Components directly by the Registers of the
SMBus Controller. Has anybody a more elegant way not to bind the software to much to the specific motherboard ?

Thanks in advance for any hint, Wolfgang

Nov 22 '05 #2
Thanks for your suggestions Bradley,
but explain the hardware, connector, interface, etc
SMbus over Intel 82801DB IO Controller
GPIO used from WINBOND w83601r602r.pdf
You have to interface the hard wired device ports to some application
program. IOW, whatever a gpio is, have options to let you select any range
of hardware chip select addresses


I was wondering if there's a kind of support by a "SMbus-Driver" for
applications.
Now I directly go to the port from my application.
The drawback is that not only the device address must be known also the
Intel-Controller
must be on the board. If I would use another board without this Controller
but
any other GPIO accessable via SMBus it could be easier to change software if
I use a kind of driver.
(despite the tricks I've to do to access ports under Windows)

Thanks, Wolfgang

Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
767
by: Wolfgang | last post by:
Dear all, I'm using GPIO (general purpose IO) of a motherboard. Accessing SMBus Components directly by the Registers of the SMBus Controller. Has anybody a more elegant way not to bind the software to much to the specific motherboard ? Thanks in advance for any hint, Wolfgang
63
5891
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy in Visual Studio to create reports and labels as it's in Access?` The advantage of VS.net is that not every user needs Access, right? And that would eliminate the Access version problem as well I guess.
13
2928
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded. I believe a dotNet solution is better, but I'm trying to be as convincing as possible -- and maybe I'm wrong! I would appreciate any input or references which could help me.
1
4332
by: Dave | last post by:
Hello NG, Regarding access-declarations and member using-declarations as used to change the access level of an inherited base member... Two things need to be considered when determining an inherited base member's access level in the derived class: its access level in the base class and the type of inheritance (public, protected, or private). After this determination is made, the following possibilities exist for manually changing the...
13
13336
by: Simon Bailey | last post by:
I am a newcomer to databases and am not sure which DBMS to use. I have a very simplified knowledge of databases overall. I would very much appreciate a (simplifed) message explaining the advantages and disadvantages of both programs. Many Thanks Simon
0
2960
by: Frederick Noronha \(FN\) | last post by:
---------- Forwarded message ---------- Solutions to Everyday User Interface and Programming Problems O'Reilly Releases "Access Cookbook, Second Edition" Sebastopol, CA--Neither reference book nor tutorial, "Access Cookbook, Second Edition" (O'Reilly, US $49.95), by Ken Getz, Paul Litwin, and Andy Baron, delivers hundreds of practical examples, up-to-date suggestions, and handy solutions to real-world problems that Access users and...
49
14320
by: Yannick Turgeon | last post by:
Hello, We are in the process of examining our current main application. We have to do some major changes and, in the process, are questionning/validating the use of MS Access as front-end. The application is relatively big: around 200 tables, 200 forms and sub-forms, 150 queries and 150 repports, 5GB of data (SQL Server 2000), 40 users. I'm wondering what are the disadvantages of using Access as front-end? Other that it's not...
3
8073
by: RedLion | last post by:
Hi, What I would like to do is to read all kind of sensor data out of the BMC (Baseboard Management Controller), lets take for example the processor temperature. I'm developing with C on a FreeBSD kernel. It's an Intel SE7210TP1-E TPS motherboard. It supports IPMI 2.0. And the mBMC chip on the motherboard is from National Semiconductor PC87431 interated management controller.
0
2818
by: Sagaert Johan | last post by:
Hi How can i read cpu temperature, fanspeed ,etc from SMBus ? Is there a standard in reading motherboard temperature, fanspeed, etc ? Johan
0
2084
by: andrew | last post by:
We are currently writing a utility to audit software and hardware within computers on a network. We need to be able to access the the memory SPD data via the SMBus. This will tell us the manufacturer, serial number, speed, size, etc. We have the full spec for the SPD data, but cannot find anywhere the address within the SMBus that the SPD data is held, nor how to access the SMBus (preferably from C#). There are a number of utilities that...
0
8272
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8205
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8713
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8644
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8370
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5579
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4094
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4208
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1817
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.