Changeset 277 in xtideuniversalbios for trunk/Serial_Server/library/Process.cpp
- Timestamp:
- Feb 28, 2012, 2:45:48 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/library/Process.cpp
r258 r277 35 35 unsigned char baud; 36 36 } inquire; 37 struct { 38 unsigned char command; 39 unsigned char driveAndHead; 40 unsigned char count; 41 unsigned char scan; 42 unsigned short PackedPortAndBaud; 43 } inquirePacked; 37 44 unsigned char b[514]; 38 45 unsigned short w[257]; … … 342 349 localScan = buff.inquire.scan; // need to do this before the call to 343 350 // img->respondInquire, as it will clear the buff 344 img->respondInquire( &buff.w[0], serial->baudRate, 351 img->respondInquire( &buff.w[0], buff.inquirePacked.PackedPortAndBaud, 352 serial->baudRate, 345 353 ((unsigned short) buff.inquire.port) << 2, 346 354 (img == image1 && lastScan) || buff.inquire.scan );
Note:
See TracChangeset
for help on using the changeset viewer.