음 제가 하드웨어랑 통신하는 프로그램을 짜고 있는데요.
프로토콜이 2 layer까지밖에 오질 않습니다.tcp udp ...다 아닙니다.
(LLC인가 DLC 인가 합니다.)
예전에 전임자가 vc++을 써서(DLC에 관한 클래스가 있고 msdn에도 설명이 있더군요.) 써놓았는데 전 Delphi 쓰기 땜시 porting하려고 여기저기 둘러봤는데 내용이 없더군요.
되는건데 제가 못찾은것 같기도 하구요, 안되는 것 같기도 하구요....
안되면 울며 겨자 먹기로 VC++해야하는데 꼭 조언 부탁드립니다.
랜 카드에 들어오는 데이타를 직접 제어할수 있는 방법이나 LLC인가 DLC인가를 다루는 방법을 배우고 싶습니다.
(다음은 msdn에 나온 dlc클래스에관한 설명입니다.)
//-----------------------------------------------------------------------------
The Data Link Control (DLC) interface is a special-purpose, nonroutable protocol. It is not used for communication between computers running Windows and Windows NT. DLC provides connectivity from a computer running Windows or Windows NT to IBM mainframes or printers that are connected directly to the network.
The DLC interface exposes an explicit set of commands that are issued through a structure known as the command control block (CCB). The system conveys the information in the command control block to the DLC protocol driver. The DLC protocol driver provides access to IEEE 802.2 class I and class II services. It also provides the interface to send and receive raw 802.5, 802.3, and Ethernet type network frames.
For more information on DLC, contact IBM and order the IBM Local Area Network Technical Reference: IEEE 802.2 and NETBIOS Application Programming Interfaces.
진성열 wrote:
> 음 제가 하드웨어랑 통신하는 프로그램을 짜고 있는데요.
> 프로토콜이 2 layer까지밖에 오질 않습니다.tcp udp ...다 아닙니다.
> (LLC인가 DLC 인가 합니다.)
> 예전에 전임자가 vc++을 써서(DLC에 관한 클래스가 있고 msdn에도 설명이 있더군요.) 써놓았는데 전 Delphi 쓰기 땜시 porting하려고 여기저기 둘러봤는데 내용이 없더군요.
>
> 되는건데 제가 못찾은것 같기도 하구요, 안되는 것 같기도 하구요....
>
> 안되면 울며 겨자 먹기로 VC++해야하는데 꼭 조언 부탁드립니다.
>
> 랜 카드에 들어오는 데이타를 직접 제어할수 있는 방법이나 LLC인가 DLC인가를 다루는 방법을 배우고 싶습니다.
>
> (다음은 msdn에 나온 dlc클래스에관한 설명입니다.)
>
> //-----------------------------------------------------------------------------
>
> The Data Link Control (DLC) interface is a special-purpose, nonroutable protocol. It is not used for communication between computers running Windows and Windows NT. DLC provides connectivity from a computer running Windows or Windows NT to IBM mainframes or printers that are connected directly to the network.
>
> The DLC interface exposes an explicit set of commands that are issued through a structure known as the command control block (CCB). The system conveys the information in the command control block to the DLC protocol driver. The DLC protocol driver provides access to IEEE 802.2 class I and class II services. It also provides the interface to send and receive raw 802.5, 802.3, and Ethernet type network frames.
>
> For more information on DLC, contact IBM and order the IBM Local Area Network Technical Reference: IEEE 802.2 and NETBIOS Application Programming Interfaces.
>
>
>
>
>
>