Re: [CAD_CAM_EDM_DRO] home key
    Posted by
    
      Peter
    
  
  
    on 2002-08-16 06:36:00 UTC
  
  That's an interesting question!  Check out 
http://www.jimprice.com/jim-asc.htm it shows that you need to send a
two character decimal string, i.e. 00,71 for the home key. Note that
this is an IBM Keyboard scan code and not part of the original ASCII
character set. Depending on how you are generating these codes
you may have to experiment a bit.
I found this via a good old google search...
Cheers, Peter
http://www.jimprice.com/jim-asc.htm it shows that you need to send a
two character decimal string, i.e. 00,71 for the home key. Note that
this is an IBM Keyboard scan code and not part of the original ASCII
character set. Depending on how you are generating these codes
you may have to experiment a bit.
I found this via a good old google search...
Cheers, Peter
Discussion Thread
  
    sdiken.rm
  
2002-08-16 05:01:15 UTC
  home key
  
    Peter
  
2002-08-16 06:36:00 UTC
  Re: [CAD_CAM_EDM_DRO] home key