Pantum M6550nw
The printer Pantum M6550NW is a reliable, affordable monochrome laser multi-function copier for home or small office use. Connect via wireless or wired networking or Hi-Speed USB interface. Fast, high-quality print and copy speed up to 23ppm, with valuable copy features including sort/stack, ID copy, reduction/enlargement, and more. Colour scanning to a variety of destinations. Compact size, with adjustable letter/legal 150-sheet capacity tray, up to 22-page capacity auto document feeder, and manual feed slot for envelopes
可靠
與同類產品相比月列印負荷大
堅固的金屬框架結實耐用
與同類產品相比擁有更快的600MHZ處理器和更大的128MB記憶體
便捷
最高列印、複印及掃描速度為23PPM
首頁輸出時間低於7.8秒
全面的辦公功能
集列印、複印、掃描於一體
Wi-Fi連接,移動列印及掃描,網路連接
自動進紙器
簡單快速的複印及掃描
一鍵安裝
環保
節省能源的休眠模式,減少噪音
堅固的金屬架及零件滿足歐盟RoHS指令,REACH法規要求,並通過中國十環認證
經濟
1600頁標準碳粉盒容量
引擎使用壽命長,低操作成本
機身小巧適用於不同的辦公環境
Mopria certified. Mopria makes it easier to print from Android mobile devices. If you want to get more information, please visit https://www.mopria.org
AirPrint enables instant wireless printing from iPhone,iPad, iPod touch, and Mac without the need to install drivers or download sofware. Apple, iPhone, AirPrint, iPad, iPad Air, iPad Pro, iPod touch, and Mac are trademarks of Apple Inc., registered in the U.S. and other countries.Use of the Works with Apple badge means that an accessory has been designed to work specifically with the technology identified in the badge and has been certified by the developer to meet Apple performance standards.
Model | ?M6550NW | |||||
Print?specifications | ||||||
Print?speed | 22ppm?(A4)?/?23ppm?(Letter) | |||||
Resolution?(print,?copy?&?scan) | 1200?נ1200?dpi | |||||
First?print?out?time | Less?than?7.8s | |||||
Processor | 600?MHz | |||||
Memory | 128?MB | |||||
Duplex?mode | Manual | |||||
Connectivity | High-speed?USB?2.0 | |||||
Net:??10/100 Base-TX | ||||||
WiFi:??IEEE??802.11b/g/n | ||||||
Copying | ||||||
Copy?speed | 22cpm?(A4)?/?23cpm?(Letter) | |||||
First?copy?out?time | Less?than?12?seconds | |||||
Zoom | 25%?-?400% | |||||
Max.?copy?pages | 1?-?99?pages | |||||
Additional?function | ID?copy,?Receipt?copy,?N-up?copy,?Clone?copy | |||||
Scanning | ||||||
Scanner?type | Flatbed+ADF | |||||
Max.?scan?size | 216 x 297mm (Flatbed) , 216 x 356mm (ADF) | |||||
Output?function | Scan?to?E-mail,?PC,?FTP, | |||||
Color?scanning | Yes | |||||
ADF Capacity | 35 pages | |||||
Paper?handling | ||||||
Paper?input?capacity | 150?pages | |||||
Paper?output?capacity | 100?pages | |||||
Media?type | Plain, Thick, Transparency, Cardstock, Label, Envelope, Thin | |||||
Media?size | A4,A5,A6,JIS?B5,ISO?B5,B6,?Letter,?Legal,?Executive,Statement,?Monarch?envelope,?DL?envelope,C5?envelope,C6?envelope,NO.10?envelope,?Japanese?Postcard,Folio,O?cio,Big?16k,?32k,16k,Big?32k,ZL,Yougata4,?Postcard,?Younaga3,?Nagagata3,?Yougata2 | |||||
Media?weight | 60~163g/m? | |||||
Other | ||||||
Operating?system?compatibility | Microsoft?Windows?Server2003/Server2008/Server2012/XP/Vista/Win7/Win8/Win8.1/Win10?32/64?Bit? | |||||
Mac OS 10.7-10.15 | ||||||
Linux: Ubuntu 12.04/14.04/16.04/18.04 | ||||||
Dimensions?W?D?H) | 417x305x301mm(16.4”?12.0”?11.8”) | |||||
Weight?(with?cartridges) | 8.5Kg?(18.7lb) | |||||
Power | 110V?Model?AC100~127V(?10%);?50Hz/60Hz;?6A | |||||
220V?Model?AC220~240V(-15%,+10%);?50Hz/60Hz;?3A | ||||||
Recommended?temperature | ?10-32??(50?-90?)” | |||||
Humidity?range | 20?-?80% | |||||
Supplies | ||||||
Toner?cartridge?(2) | PC-210EV (1,600 pages) | |||||
(1)?Up?to | ||||||
(2)? As per ISO/IEC 19752 specification (Individual users will experience different results based on their environment and page coverage) |
網上保修登記
有限保修期
如果您在購買之日起 7 天后和 30 天內向我們註冊您的產品,您將享有從該日期開始的 3 年保修期。
第一年:現場
第 2-3 年:攜帶服務
*香港偏遠地區每次額外$180。
Mr. Print 24 小時網上支援中心
/** * Get ticket list */ function wpsc_get_ticket_list(is_humbargar = false) {
supportcandy.current_section = 'ticket-list';
if (is_humbargar) wpsc_toggle_humbargar();
if (wpsc_is_description_text()) { if (!confirm(supportcandy.translations.warning_message)) return; else { var is_tinymce = (typeof tinyMCE != "undefined") && tinyMCE.activeEditor && !tinyMCE.activeEditor.isHidden(); if (is_tinymce && tinymce.get('description')) { var description = tinyMCE.get('description').setContent(''); } else { var description = jQuery('#description').val(''); } description.length == 0; } }
var id = supportcandy.current_ticket_id; if (id) { delete supportcandy.current_ticket_id; wpsc_get_individual_ticket(id); return; }
// set flag to differenciate between ticket list and individual ticket supportcandy.ticketListIsIndividual = false;
jQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active'); jQuery('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list').addClass('active'); jQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.ticket_list);
// set url var url = new URL(window.location.href); var search_params = url.searchParams; search_params.set('wpsc-section', 'ticket-list'); search_params.delete('ticket-id'); url.search = search_params.toString(); window.history.replaceState({}, null, url.toString());
jQuery('.wpsc-body').html(supportcandy.loader_html);
var data = { action: 'wpsc_get_ticket_list', _ajax_nonce: supportcandy.nonce }; search_params.forEach(function(value, key) { data[key] = value; }); if (typeof supportcandy.ticketList != 'undefined' && typeof supportcandy.ticketList.filters != 'undefined') { data.filters = supportcandy.ticketList.filters; } jQuery.post(supportcandy.ajax_url, data, function (response) { jQuery('.wpsc-body').html(response); wpsc_reset_responsive_style(); }); }
/** * Get individual ticket */ function wpsc_get_individual_ticket(id) {
jQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active'); jQuery('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list').addClass('active'); jQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.ticket_list);
// set url var url = new URL(window.location.href); var search_params = url.searchParams; search_params.set('wpsc-section', 'ticket-list'); search_params.set('ticket-id', id); url.search = search_params.toString(); window.history.replaceState({}, null, url.toString());
jQuery('.wpsc-body').html(supportcandy.loader_html);
// set flag to differenciate between ticket list and individual ticket supportcandy.ticketListIsIndividual = true;
var data = { action: 'wpsc_get_individual_ticket', ticket_id: id, }; search_params.forEach(function(value, key) { data[key] = value; }); jQuery.post(supportcandy.ajax_url, data, function (response) { jQuery('.wpsc-body').html(response); wpsc_reset_responsive_style(); }); }
/** * Get create ticket form */ function wpsc_get_ticket_form(is_humbargar = false) {
supportcandy.current_section = 'new-ticket';
if (is_humbargar) wpsc_toggle_humbargar();
if (wpsc_is_description_text()) { if (!confirm(supportcandy.translations.warning_message)) return; }
jQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active'); jQuery('.wpsc-tickets-nav.new-ticket, .wpsc-humbargar-menu-item.new-ticket').addClass('active'); jQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.new_ticket);
// set url var url = new URL(window.location.href); var search_params = url.searchParams; search_params.set('wpsc-section', 'new-ticket'); search_params.delete('ticket-id'); url.search = search_params.toString(); window.history.replaceState({}, null, url.toString());
jQuery('.wpsc-body').html(supportcandy.loader_html);
var data = { action: 'wpsc_get_ticket_form', _ajax_nonce: supportcandy.nonce }; search_params.forEach(function(value, key) { data[key] = value; }); jQuery.post(supportcandy.ajax_url, data, function (response) { jQuery('.wpsc-body').html(response); wpsc_reset_responsive_style(); }); }
/** * Get agent settings */ function wpsc_get_user_profile(is_humbargar = false) {
supportcandy.current_section = 'my-profile';
if (is_humbargar) wpsc_toggle_humbargar();
jQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active'); jQuery('.wpsc-tickets-nav.my-profile, .wpsc-humbargar-menu-item.my-profile').addClass('active'); jQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.my_profile);
// set url var url = new URL(window.location.href); var search_params = url.searchParams; search_params.set('wpsc-section', 'my-profile'); search_params.delete('ticket-id'); url.search = search_params.toString(); window.history.replaceState({}, null, url.toString());
jQuery('.wpsc-body').html(supportcandy.loader_html);
var data = { action: 'wpsc_get_user_profile' }; search_params.forEach(function(value, key) { data[key] = value; }); jQuery.post(supportcandy.ajax_url, data, function (response) { jQuery('.wpsc-body').html(response); wpsc_reset_responsive_style(); }); }
/** * Get agent settings */ function wpsc_get_agent_profile(is_humbargar = false) {
supportcandy.current_section = 'agent-profile';
if (is_humbargar) wpsc_toggle_humbargar();
jQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active'); jQuery('.wpsc-tickets-nav.agent-profile, .wpsc-humbargar-menu-item.agent-profile').addClass('active'); jQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.agent_profile);
// set url var url = new URL(window.location.href); var search_params = url.searchParams; search_params.set('wpsc-section', 'agent-profile'); search_params.delete('ticket-id'); url.search = search_params.toString(); window.history.replaceState({}, null, url.toString());
jQuery('.wpsc-body').html(supportcandy.loader_html);
var data = { action: 'wpsc_get_agent_profile' }; search_params.forEach(function(value, key) { data[key] = value; }); jQuery.post(supportcandy.ajax_url, data, function (response) { jQuery('.wpsc-body').html(response); wpsc_reset_responsive_style(); jQuery('.wpsc-ap-nav.general').trigger('click'); }); }
/** * Get create ticket as guest */ function wpsc_get_guest_ticket_form() {
jQuery('.wpsc-shortcode-container').html('
'); wpsc_get_ticket_form(); }
一般電話:21552838(辦公時間週一至週五上午 9 點至下午 6 點)