* [Printing-architecture] Re: [Printing-sc] Slide contents for Printing summit 2006
[not found] <8A33346A3922BD4EB48A18128BAB16AB04352420@SWA6204.apo.epson.net>
@ 2006-03-30 7:21 ` Norm Jacobs
2006-03-30 10:02 ` Till Kamppeter
0 siblings, 1 reply; 3+ messages in thread
From: Norm Jacobs @ 2006-03-30 7:21 UTC (permalink / raw)
To: Ide Kentaro; +Cc: printing-architecture, Printing-Sc (E-mail)
I have converted this text to a set of StarOffice 8 / OpenOffice slides.
You can download them from
ftp://ftp.pwg.org/pub/pwg/fsg/April2006-OSDL-Printing-Summit-Slides/2006-04-10-FSG_PAPI_OSDL_Printing_Summit_Overview.pdf
ftp://ftp.pwg.org/pub/pwg/fsg/April2006-OSDL-Printing-Summit-Slides/2006-04-10-FSG_PAPI_OSDL_Printing_Summit_Overview.odp
If you send me a copy of the image that you want to include in slide 2,
I will put that in also.
Please take a look at the slides and send any comments that you might have.
-Norm
Ide Kentaro wrote:
>Hi, folks,
>
>I attach slide contents for Printing summit 2006.
>It is text based file without images.
>I'll send images to Ira later.
>
>Feel free to ask me about contents.
>
>Best regards,
>--
>Kentaro Ide
>VA Design Engineering Group
>Seiko Epson Corp.
>
>
>
>------------------------------------------------------------------------
>
><Slide 01>
>Over view of PCM
> - PCM is wrapper module for device files
> - PCM manage data channel between driver and status monitor to device
> - Upper layer can use Bi-Di channel via PCM
> - Status monitor can read device status without driver
> - PCM provide API and Plug-in I/F
> - Vender depended control sequence absobed by Plug-in
> - Vender can make drivers with common method
>
>
><Slide 02>
>PCM diagram
>// Comment to Ira
>// See PCM draft and I'll send you image file
>
>
><Slide 03>
>PCM APIs
> - fsgpcmOpen()
> Open port with specific port type and device
> - fsgpcmClose()
> Close port
> - fsgpcmRead()
> Read data from port
> - fsgpcmWrite()
> Write data to port
> - fsgpcmIOControl()
> Used to send control command
> - fsgpcmIOError()
> Get error code when error occured
>
>
><Slide 04>
>Status update April 2006
> - PCM API specific will move into release procedure stage
> - PCM draft is opened at OpenPrinting WG
> - PCM/Draft focus to provide Vender independent Bi-Di I/F
> for various devices
> - Japan team start discussion about PCM implementation
> - Information about activity and documents
> - WG information: <http://www.openprinting.org/moin.cgi/OpenPrinting/PrintChannelManager>
> - Generic information: <http://www.openprinting.org/>
>
>
><Slide 05>
>Next step
> - 2006/2Q:
> - Review and release
> - Start deliberate possibility of implement
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Printing-sc mailing list
>Printing-sc@lists.freestandards.org
>http://lists.freestandards.org/cgi-bin/mailman/listinfo/printing-sc
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Printing-architecture] Re: [Printing-sc] Slide contents for Printing summit 2006
2006-03-30 7:21 ` [Printing-architecture] Re: [Printing-sc] Slide contents for Printing summit 2006 Norm Jacobs
@ 2006-03-30 10:02 ` Till Kamppeter
2006-03-30 15:17 ` Norm Jacobs
0 siblings, 1 reply; 3+ messages in thread
From: Till Kamppeter @ 2006-03-30 10:02 UTC (permalink / raw)
To: Norm Jacobs; +Cc: printing-architecture, Printing-Sc (E-mail)
Are you sure that your links are correct? They point to the overview
slides and not to the PCM slides.
Till
Norm Jacobs wrote:
> I have converted this text to a set of StarOffice 8 / OpenOffice slides.
> You can download them from
> ftp://ftp.pwg.org/pub/pwg/fsg/April2006-OSDL-Printing-Summit-Slides/2006-04-10-FSG_PAPI_OSDL_Printing_Summit_Overview.pdf
>
> ftp://ftp.pwg.org/pub/pwg/fsg/April2006-OSDL-Printing-Summit-Slides/2006-04-10-FSG_PAPI_OSDL_Printing_Summit_Overview.odp
>
>
> If you send me a copy of the image that you want to include in slide 2,
> I will put that in also.
> Please take a look at the slides and send any comments that you might have.
>
> -Norm
>
> Ide Kentaro wrote:
>
>
>>Hi, folks,
>>
>>I attach slide contents for Printing summit 2006.
>>It is text based file without images.
>>I'll send images to Ira later.
>>
>>Feel free to ask me about contents.
>>
>>Best regards,
>>--
>>Kentaro Ide
>>VA Design Engineering Group
>>Seiko Epson Corp.
>>
>>
>>
>>------------------------------------------------------------------------
>>
>><Slide 01>
>>Over view of PCM
>> - PCM is wrapper module for device files
>> - PCM manage data channel between driver and status monitor to device
>> - Upper layer can use Bi-Di channel via PCM
>> - Status monitor can read device status without driver
>> - PCM provide API and Plug-in I/F
>> - Vender depended control sequence absobed by Plug-in
>> - Vender can make drivers with common method
>>
>>
>><Slide 02>
>>PCM diagram
>>// Comment to Ira
>>// See PCM draft and I'll send you image file
>>
>>
>><Slide 03>
>>PCM APIs
>> - fsgpcmOpen()
>> Open port with specific port type and device
>> - fsgpcmClose()
>> Close port
>> - fsgpcmRead()
>> Read data from port
>> - fsgpcmWrite()
>> Write data to port
>> - fsgpcmIOControl()
>> Used to send control command
>> - fsgpcmIOError()
>> Get error code when error occured
>>
>>
>><Slide 04>
>>Status update April 2006
>> - PCM API specific will move into release procedure stage
>> - PCM draft is opened at OpenPrinting WG
>> - PCM/Draft focus to provide Vender independent Bi-Di I/F
>> for various devices
>> - Japan team start discussion about PCM implementation
>> - Information about activity and documents
>> - WG information: <http://www.openprinting.org/moin.cgi/OpenPrinting/PrintChannelManager>
>> - Generic information: <http://www.openprinting.org/>
>>
>>
>><Slide 05>
>>Next step
>> - 2006/2Q:
>> - Review and release
>> - Start deliberate possibility of implement
>>
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>Printing-sc mailing list
>>Printing-sc@lists.freestandards.org
>>http://lists.freestandards.org/cgi-bin/mailman/listinfo/printing-sc
>>
>>
>
>
> _______________________________________________
> Printing-architecture mailing list
> Printing-architecture@lists.freestandards.org
> http://lists.freestandards.org/cgi-bin/mailman/listinfo/printing-architecture
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Printing-architecture] Re: [Printing-sc] Slide contents for Printing summit 2006
2006-03-30 10:02 ` Till Kamppeter
@ 2006-03-30 15:17 ` Norm Jacobs
0 siblings, 0 replies; 3+ messages in thread
From: Norm Jacobs @ 2006-03-30 15:17 UTC (permalink / raw)
To: Till Kamppeter; +Cc: printing-architecture, Printing-Sc (E-mail)
I cut and paste the links, but forgot to change PAPI to PCM.
-Norm
ftp://ftp.pwg.org/pub/pwg/fsg/April2006-OSDL-Printing-Summit-Slides/2006-04-10-FSG_PCM_OSDL_Printing_Summit_Overview.pdf
ftp://ftp.pwg.org/pub/pwg/fsg/April2006-OSDL-Printing-Summit-Slides/2006-04-10-FSG_PCM_OSDL_Printing_Summit_Overview.odp
Till Kamppeter wrote:
>Are you sure that your links are correct? They point to the overview
>slides and not to the PCM slides.
>
> Till
>
>
>Norm Jacobs wrote:
>
>
>>I have converted this text to a set of StarOffice 8 / OpenOffice slides.
>>You can download them from
>>ftp://ftp.pwg.org/pub/pwg/fsg/April2006-OSDL-Printing-Summit-Slides/2006-04-10-FSG_PAPI_OSDL_Printing_Summit_Overview.pdf
>>
>>ftp://ftp.pwg.org/pub/pwg/fsg/April2006-OSDL-Printing-Summit-Slides/2006-04-10-FSG_PAPI_OSDL_Printing_Summit_Overview.odp
>>
>>
>>If you send me a copy of the image that you want to include in slide 2,
>>I will put that in also.
>>Please take a look at the slides and send any comments that you might have.
>>
>>-Norm
>>
>>Ide Kentaro wrote:
>>
>>
>>
>>
>>>Hi, folks,
>>>
>>>I attach slide contents for Printing summit 2006.
>>>It is text based file without images.
>>>I'll send images to Ira later.
>>>
>>>Feel free to ask me about contents.
>>>
>>>Best regards,
>>>--
>>>Kentaro Ide
>>>VA Design Engineering Group
>>>Seiko Epson Corp.
>>>
>>>
>>>
>>>------------------------------------------------------------------------
>>>
>>><Slide 01>
>>>Over view of PCM
>>> - PCM is wrapper module for device files
>>> - PCM manage data channel between driver and status monitor to device
>>> - Upper layer can use Bi-Di channel via PCM
>>> - Status monitor can read device status without driver
>>> - PCM provide API and Plug-in I/F
>>> - Vender depended control sequence absobed by Plug-in
>>> - Vender can make drivers with common method
>>>
>>>
>>><Slide 02>
>>>PCM diagram
>>>// Comment to Ira
>>>// See PCM draft and I'll send you image file
>>>
>>>
>>><Slide 03>
>>>PCM APIs
>>> - fsgpcmOpen()
>>> Open port with specific port type and device
>>> - fsgpcmClose()
>>> Close port
>>> - fsgpcmRead()
>>> Read data from port
>>> - fsgpcmWrite()
>>> Write data to port
>>> - fsgpcmIOControl()
>>> Used to send control command
>>> - fsgpcmIOError()
>>> Get error code when error occured
>>>
>>>
>>><Slide 04>
>>>Status update April 2006
>>> - PCM API specific will move into release procedure stage
>>> - PCM draft is opened at OpenPrinting WG
>>> - PCM/Draft focus to provide Vender independent Bi-Di I/F
>>> for various devices
>>> - Japan team start discussion about PCM implementation
>>> - Information about activity and documents
>>> - WG information: <http://www.openprinting.org/moin.cgi/OpenPrinting/PrintChannelManager>
>>> - Generic information: <http://www.openprinting.org/>
>>>
>>>
>>><Slide 05>
>>>Next step
>>> - 2006/2Q:
>>> - Review and release
>>> - Start deliberate possibility of implement
>>>
>>>
>>>------------------------------------------------------------------------
>>>
>>>_______________________________________________
>>>Printing-sc mailing list
>>>Printing-sc@lists.freestandards.org
>>>http://lists.freestandards.org/cgi-bin/mailman/listinfo/printing-sc
>>>
>>>
>>>
>>>
>>_______________________________________________
>>Printing-architecture mailing list
>>Printing-architecture@lists.freestandards.org
>>http://lists.freestandards.org/cgi-bin/mailman/listinfo/printing-architecture
>>
>>
>>
>>
>
>_______________________________________________
>Printing-sc mailing list
>Printing-sc@lists.freestandards.org
>http://lists.freestandards.org/cgi-bin/mailman/listinfo/printing-sc
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-03-30 15:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <8A33346A3922BD4EB48A18128BAB16AB04352420@SWA6204.apo.epson.net>
2006-03-30 7:21 ` [Printing-architecture] Re: [Printing-sc] Slide contents for Printing summit 2006 Norm Jacobs
2006-03-30 10:02 ` Till Kamppeter
2006-03-30 15:17 ` Norm Jacobs
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.