Results 1 to 14 of 14

Thread:

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User 1234's Avatar
    Join Date: Aug:2004
    Location: /
    Posts: 1,546

    Unhappy

    .... " - CCD . , PC, . . ( )"

    - . - "C" .
    - , . , . , ( ) USB (, )
    , , .
    Last edited by 1234; 29th September 2007 at 18:31.
    MSI B550-A PRO / Ryzen 7 5800X / Liquid Freezer II 280 / 2x16GB G.Skill TridentZ 3200 CL14 / MSI RX 5600 XT Gaming X / 1TB Seagate FireCuda 530 + 2TB Kingston NV2 / Corsair TX650M / Matrexx 55 Mesh / ASUS ProArt PA278QV

  2. #2
    Registered User
    Join Date: Nov:2005
    Location:
    Posts: 3,317
    Quote Originally Posted by 1234 View Post
    .. " - CCD . , PC, . . ( )"

    - . - "C" .
    - , . , . , ( ) USB (, )
    , , .
    . ? ?

  3. #3
    Registered User 1234's Avatar
    Join Date: Aug:2004
    Location: /
    Posts: 1,546
    . , , ( ), (.. " OpenGL" ).

    , .
    , ( - ), .

    , . . 5 ( , ) , , , .
    ( ) ?

    : 5 : "" USB ( ), . . , - . , - , /? ( )
    Google , - - , .
    Last edited by 1234; 29th September 2007 at 19:07.
    MSI B550-A PRO / Ryzen 7 5800X / Liquid Freezer II 280 / 2x16GB G.Skill TridentZ 3200 CL14 / MSI RX 5600 XT Gaming X / 1TB Seagate FireCuda 530 + 2TB Kingston NV2 / Corsair TX650M / Matrexx 55 Mesh / ASUS ProArt PA278QV

  4. #4
    Registered User
    Join Date: Oct:2003
    Location:
    Posts: 4,317
    ( ). . , .
    Mathematica MatLab ?

  5. #5
    Registered User 1234's Avatar
    Join Date: Aug:2004
    Location: /
    Posts: 1,546
    ,

    :
    Code:
    /* 
    Acquisition And Control Of Linear CCDSensors 
    Using EPP Protocol  
    Radovan Stojanovic
    Applied Electronics Lab, Department of ECE
    University of Patras, Greece 
    */
    
    #include <stdio.h>
    #include <dos.h>
    #define    PIXELS    2088
    #define    INTR      7         /* IRQ7 */
    int        l[2500];            /*data vector*/
    int        port;               /*port address */
    
    void interrupt( *oldhandler ) ( void );
    void far interrupt scan( void ) /*acquisition routine */
    {
      int i;
      disable( );
      outportb( port+4, 255 );          /*generate SL*/
      for( I = 0; I <= 2100; i++)    /*acquire pixels*/
        l[i] = inportb( port+4 );
      enable( );
      outp( 0x20, 0x20 );
    }
    main( )
    {
      int i, j, oldmask, a;
      port = peek( 0x40, 8 );
      /* set-up interrupt */
      oldhandler = getvect( INTR | 0x08 );
      oldmask = inp( 0x21 );
      a = inp( port+2 );
      a = a | 0x10;
      outp( port+2, a );
      setvect( INTR | 0x08, scan );
      outp( 0x21, oldmask & ( 0x0ff ^ ( 0x01 << INTR )));
      outp( 0x20, 0x20 );             
      for( ; ; )
      {
        /*processing routines*/
      }
    }
    . , USB, ?
    MSI B550-A PRO / Ryzen 7 5800X / Liquid Freezer II 280 / 2x16GB G.Skill TridentZ 3200 CL14 / MSI RX 5600 XT Gaming X / 1TB Seagate FireCuda 530 + 2TB Kingston NV2 / Corsair TX650M / Matrexx 55 Mesh / ASUS ProArt PA278QV

  6. #6
    philosophus duratea icaci's Avatar
    Join Date: Oct:2006
    Location: Aachen
    Posts: 2,698
    , RS-232 USB Windows ( , , Windows) COM<>. , CCD . / COM .

    Microchip .

    RS-232 <-> USB1.1 MOSCHIP MCS7703CS ( 7 ). . USB , COM <-> USB ( , COM-).
    Last edited by icaci; 29th September 2007 at 22:08.
    Internet - it doesn't make you stupid, it just makes your stupidity more accessible to others

  7. #7
    Registered User
    Join Date: Nov:2005
    Location:
    Posts: 3,317
    @icaci - .
    @1234 - - - // .

  8. #8
    Registered User 1234's Avatar
    Join Date: Aug:2004
    Location: /
    Posts: 1,546
    icaci, , ( , , ).

    drunky, , DOS Windows. . , Windows -.

    - CCD . , , ( , ""), .
    : " ( )" - .

    . , - . , , .
    MSI B550-A PRO / Ryzen 7 5800X / Liquid Freezer II 280 / 2x16GB G.Skill TridentZ 3200 CL14 / MSI RX 5600 XT Gaming X / 1TB Seagate FireCuda 530 + 2TB Kingston NV2 / Corsair TX650M / Matrexx 55 Mesh / ASUS ProArt PA278QV

  9. #9
    Registered User
    Join Date: Oct:2003
    Location:
    Posts: 4,317
    , . .

  10. #10
    Registered User 1234's Avatar
    Join Date: Aug:2004
    Location: /
    Posts: 1,546
    , - 3 .

    , - -, , . 2
    MSI B550-A PRO / Ryzen 7 5800X / Liquid Freezer II 280 / 2x16GB G.Skill TridentZ 3200 CL14 / MSI RX 5600 XT Gaming X / 1TB Seagate FireCuda 530 + 2TB Kingston NV2 / Corsair TX650M / Matrexx 55 Mesh / ASUS ProArt PA278QV

  11. #11
    Truth Happens JustNick's Avatar
    Join Date: May:2005
    Location: Somewhere in Hell
    Posts: 3,949
    Quote Originally Posted by 1234 View Post
    , - 3 .
    , - . . ( ).

    .

  12. #12
    Registered User 1234's Avatar
    Join Date: Aug:2004
    Location: /
    Posts: 1,546

    Unhappy

    , .

    , , - .. .

    - . .
    MSI B550-A PRO / Ryzen 7 5800X / Liquid Freezer II 280 / 2x16GB G.Skill TridentZ 3200 CL14 / MSI RX 5600 XT Gaming X / 1TB Seagate FireCuda 530 + 2TB Kingston NV2 / Corsair TX650M / Matrexx 55 Mesh / ASUS ProArt PA278QV

  13. #13
    Registered User 1234's Avatar
    Join Date: Aug:2004
    Location: /
    Posts: 1,546
    case closed ... 1234 . 1234
    MSI B550-A PRO / Ryzen 7 5800X / Liquid Freezer II 280 / 2x16GB G.Skill TridentZ 3200 CL14 / MSI RX 5600 XT Gaming X / 1TB Seagate FireCuda 530 + 2TB Kingston NV2 / Corsair TX650M / Matrexx 55 Mesh / ASUS ProArt PA278QV

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |