Re: [Freedos-user] D525MW

2012-05-18 Thread Ralf A. Quint
At 02:45 AM 5/18/2012, Radoslav Tchipanov wrote:
>Hi Ralf
>
>This board D525MW has printer port - the board is in front of me.

My bad, I must have looked at a different Atom board... :-[

>We use our proprietary software which controls external I/O board 
>trough printer port at address 378. Unfortunately the software could 
>not communicate with the board on this motherboard, as it does on 
>older computers.

As you are not sure what port it might be using and just assuming 
that it uses 378h is certainly wrong, have you checked with what 
value is in the BIOS data segment at 0040h:0008h? That should tell 
you what the (first) parallel ports actual base address supposed to 
be. Chances are, it might be for example 3BCh, as with PS/2 or Compaq computers

>About the graphics. Our software is written in C and uses the video 
>controller in graphics mode trough C graphic driver. Unfortunately 
>only the zero digit is displayed properly. All other digits are not 
>displayed on the screen.

Well, not a FreeDOS issue. You again seem to rely on some specific 
hardware features (character map). Certainly nothing that FreeDOS has 
an influence on. Any character mapping features are video BIOS 
dependent, not DOS...

Ralf 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] D525MW

2012-05-18 Thread Mateusz Viste
I believe you meant 0x378 instead of 3F8..
Then I think you have only two possible ways to find out what's going on: try 
addresses 0x378, 0x278, 0x3bc with every possible SPP/ECP/EPP parameters, until 
one of them makes your device blinking, or use a hardware detection program 
that would tell you what is the actual address of your port, like the quite 
excellent hwinfo - http://www.hwinfo.com/download.html

good luck,
Mateusz




On Friday 18 May 2012 12:29:17 Radoslav Tchipanov wrote:
> Hi Mateuz
> The printer port has 4 settings : output only, bidirectional, ECP and EPP. I 
> have tried all four but nothing changes. I have suspicions that printer port 
> address is not 3F8.
> Best regardsRadoslav
> 
> > From: mate...@viste-family.net
> > To: freedos-user@lists.sourceforge.net
> > Date: Fri, 18 May 2012 11:55:28 +0200
> > Subject: Re: [Freedos-user] D525MW
> > 
> > Hello,
> > 
> > Have you looked into the port settings in your BIOS? The parallel port can 
> > work in different modes: ECP, EPP, SPP... AFAIK the most basic one is SPP, 
> > other are used to boost the possible speed for data transmission.
> > 
> > ciao,
> > Mateusz
> > 
> > 
> > 
> > 
> > On Friday 18 May 2012 11:45:32 Radoslav Tchipanov wrote:
> > > 
> > > Hi Ralf
> > > This board D525MW has printer port - the board is in front of me. We use 
> > > our proprietary software which controls external I/O board trough printer 
> > > port at address 378. Unfortunately the software could not communicate 
> > > with the board on this motherboard, as it does on older computers.About 
> > > the graphics. Our software is written in C and uses the video controller 
> > > in graphics mode trough C graphic driver. Unfortunately only the zero 
> > > digit is displayed properly. All other digits are not displayed on the 
> > > screen.
> > > Beat regardsRadoslav
> > > 
> > > > Date: Thu, 17 May 2012 09:46:55 -0700
> > > > To: freedos-user@lists.sourceforge.net
> > > > From: free...@gmx.net
> > > > Subject: Re: [Freedos-user] D525MW
> > > > 
> > > > At 07:02 AM 5/17/2012, Radoslav Tchipanov wrote:
> > > > >Hi
> > > > >
> > > > >Has anybody run Freedos on Intel motherboard D525MW? I have problems 
> > > > >with the printer port and Video graphics display of it.
> > > > 
> > > > Well, this Atom board doesn't have a "printer" port (only USB) and 
> > > > DOS by itself doesn't use any graphics, so you might need to be a bit 
> > > > more detailed as to what your exact problems are...
> > > > 
> > > > Ralf 
> > > > 
> > > > 
> > > > --
> > > > Live Security Virtual Conference
> > > > Exclusive live event will cover all the ways today's security and 
> > > > threat landscape has changed and how IT managers can respond. 
> > > > Discussions 
> > > > will include endpoint security, mobile security and the latest in 
> > > > malware 
> > > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > > > ___
> > > > Freedos-user mailing list
> > > > Freedos-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/freedos-user
> > > 
> > 
> > --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and 
> > threat landscape has changed and how IT managers can respond. Discussions 
> > will include endpoint security, mobile security and the latest in malware 
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > Freedos-user mailing list
> > Freedos-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freedos-user
> 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] D525MW

2012-05-18 Thread Radoslav Tchipanov

Hi Mateuz
The printer port has 4 settings : output only, bidirectional, ECP and EPP. I 
have tried all four but nothing changes. I have suspicions that printer port 
address is not 3F8.
Best regardsRadoslav

> From: mate...@viste-family.net
> To: freedos-user@lists.sourceforge.net
> Date: Fri, 18 May 2012 11:55:28 +0200
> Subject: Re: [Freedos-user] D525MW
> 
> Hello,
> 
> Have you looked into the port settings in your BIOS? The parallel port can 
> work in different modes: ECP, EPP, SPP... AFAIK the most basic one is SPP, 
> other are used to boost the possible speed for data transmission.
> 
> ciao,
> Mateusz
> 
> 
> 
> 
> On Friday 18 May 2012 11:45:32 Radoslav Tchipanov wrote:
> > 
> > Hi Ralf
> > This board D525MW has printer port - the board is in front of me. We use 
> > our proprietary software which controls external I/O board trough printer 
> > port at address 378. Unfortunately the software could not communicate with 
> > the board on this motherboard, as it does on older computers.About the 
> > graphics. Our software is written in C and uses the video controller in 
> > graphics mode trough C graphic driver. Unfortunately only the zero digit is 
> > displayed properly. All other digits are not displayed on the screen.
> > Beat regardsRadoslav
> > 
> > > Date: Thu, 17 May 2012 09:46:55 -0700
> > > To: freedos-user@lists.sourceforge.net
> > > From: free...@gmx.net
> > > Subject: Re: [Freedos-user] D525MW
> > > 
> > > At 07:02 AM 5/17/2012, Radoslav Tchipanov wrote:
> > > >Hi
> > > >
> > > >Has anybody run Freedos on Intel motherboard D525MW? I have problems 
> > > >with the printer port and Video graphics display of it.
> > > 
> > > Well, this Atom board doesn't have a "printer" port (only USB) and 
> > > DOS by itself doesn't use any graphics, so you might need to be a bit 
> > > more detailed as to what your exact problems are...
> > > 
> > > Ralf 
> > > 
> > > 
> > > --
> > > Live Security Virtual Conference
> > > Exclusive live event will cover all the ways today's security and 
> > > threat landscape has changed and how IT managers can respond. Discussions 
> > > will include endpoint security, mobile security and the latest in malware 
> > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > > ___
> > > Freedos-user mailing list
> > > Freedos-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/freedos-user
> >   
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] D525MW

2012-05-18 Thread Mateusz Viste
Hello,

Have you looked into the port settings in your BIOS? The parallel port can work 
in different modes: ECP, EPP, SPP... AFAIK the most basic one is SPP, other are 
used to boost the possible speed for data transmission.

ciao,
Mateusz




On Friday 18 May 2012 11:45:32 Radoslav Tchipanov wrote:
> 
> Hi Ralf
> This board D525MW has printer port - the board is in front of me. We use our 
> proprietary software which controls external I/O board trough printer port at 
> address 378. Unfortunately the software could not communicate with the board 
> on this motherboard, as it does on older computers.About the graphics. Our 
> software is written in C and uses the video controller in graphics mode 
> trough C graphic driver. Unfortunately only the zero digit is displayed 
> properly. All other digits are not displayed on the screen.
> Beat regardsRadoslav
> 
> > Date: Thu, 17 May 2012 09:46:55 -0700
> > To: freedos-user@lists.sourceforge.net
> > From: free...@gmx.net
> > Subject: Re: [Freedos-user] D525MW
> > 
> > At 07:02 AM 5/17/2012, Radoslav Tchipanov wrote:
> > >Hi
> > >
> > >Has anybody run Freedos on Intel motherboard D525MW? I have problems 
> > >with the printer port and Video graphics display of it.
> > 
> > Well, this Atom board doesn't have a "printer" port (only USB) and 
> > DOS by itself doesn't use any graphics, so you might need to be a bit 
> > more detailed as to what your exact problems are...
> > 
> > Ralf 
> > 
> > 
> > --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and 
> > threat landscape has changed and how IT managers can respond. Discussions 
> > will include endpoint security, mobile security and the latest in malware 
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > Freedos-user mailing list
> > Freedos-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freedos-user
> 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] D525MW

2012-05-18 Thread Radoslav Tchipanov

Hi Ralf
This board D525MW has printer port - the board is in front of me. We use our 
proprietary software which controls external I/O board trough printer port at 
address 378. Unfortunately the software could not communicate with the board on 
this motherboard, as it does on older computers.About the graphics. Our 
software is written in C and uses the video controller in graphics mode trough 
C graphic driver. Unfortunately only the zero digit is displayed properly. All 
other digits are not displayed on the screen.
Beat regardsRadoslav

> Date: Thu, 17 May 2012 09:46:55 -0700
> To: freedos-user@lists.sourceforge.net
> From: free...@gmx.net
> Subject: Re: [Freedos-user] D525MW
> 
> At 07:02 AM 5/17/2012, Radoslav Tchipanov wrote:
> >Hi
> >
> >Has anybody run Freedos on Intel motherboard D525MW? I have problems 
> >with the printer port and Video graphics display of it.
> 
> Well, this Atom board doesn't have a "printer" port (only USB) and 
> DOS by itself doesn't use any graphics, so you might need to be a bit 
> more detailed as to what your exact problems are...
> 
> Ralf 
> 
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] D525MW

2012-05-17 Thread Ralf A. Quint
At 07:02 AM 5/17/2012, Radoslav Tchipanov wrote:
>Hi
>
>Has anybody run Freedos on Intel motherboard D525MW? I have problems 
>with the printer port and Video graphics display of it.

Well, this Atom board doesn't have a "printer" port (only USB) and 
DOS by itself doesn't use any graphics, so you might need to be a bit 
more detailed as to what your exact problems are...

Ralf 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user